diff --git a/generators/ooo/manifest.cpp b/generators/ooo/manifest.cpp index 0544a6802fcaae4b621fd4d95494ecd8f9897249..6b82b3c3e5c324f4ab90adb462145302f4929d3e 100644 --- a/generators/ooo/manifest.cpp +++ b/generators/ooo/manifest.cpp @@ -379,7 +379,7 @@ QByteArray Manifest::decryptFile( const QString &filename, const QByteArray &fil checkPassword( entry, fileData, &decryptedData ); if ( !m_haveGoodPassword ) { - QMessageBox::information( 0, i18n("Incorrect password"), i18n("The password is not correct.") ); + KMessageBox::information( 0, i18n("The password is not correct."), i18n("Incorrect password") ); } else { // kDebug(OooDebug) << "Have good password"; }