diff options
Diffstat (limited to 'lib/kofficecore/KoQueryTrader.cpp')
-rw-r--r-- | lib/kofficecore/KoQueryTrader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoQueryTrader.cpp b/lib/kofficecore/KoQueryTrader.cpp index 84a1be4bf..5b04d6249 100644 --- a/lib/kofficecore/KoQueryTrader.cpp +++ b/lib/kofficecore/KoQueryTrader.cpp @@ -92,7 +92,7 @@ KoDocumentEntry KoDocumentEntry::queryByMimeType( const TQString & mimetype ) if ( KServiceType::serviceType( mimetype ) == 0L ) { kdError(30003) << "Unknown KOffice MimeType " << mimetype << "." << endl; - kdError(30003) << "Check your installation (for instance, run 'kde-config --path mime' and check the result)." << endl; + kdError(30003) << "Check your installation (for instance, run 'tde-config --path mime' and check the result)." << endl; } else { kdError(30003) << "Found no KOffice part able to handle " << mimetype << "!" << endl; |