summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-26 14:21:00 -0600
committerTimothy Pearson <[email protected]>2012-02-26 14:21:00 -0600
commitd03024efe5f00d47601bf7c8238427c31d8365da (patch)
tree8da5aa250e6109e7e5c1971abf2fd5787aed6e95 /lib
parent4027783574a91b544540812dd91c09948c64eed0 (diff)
downloadkoffice-d03024efe5f00d47601bf7c8238427c31d8365da.tar.gz
koffice-d03024efe5f00d47601bf7c8238427c31d8365da.zip
Rename kde-config to tde-config
Diffstat (limited to 'lib')
-rw-r--r--lib/kofficecore/KoApplication.cpp2
-rw-r--r--lib/kofficecore/KoQueryTrader.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoApplication.cpp b/lib/kofficecore/KoApplication.cpp
index a4cfcc14..6f661d39 100644
--- a/lib/kofficecore/KoApplication.cpp
+++ b/lib/kofficecore/KoApplication.cpp
@@ -96,7 +96,7 @@ bool KoApplication::start()
if ( entry.isEmpty() )
{
kdError( 30003 ) << instanceName() << "part.desktop not found." << endl;
- kdError( 30003 ) << "Run 'kde-config --path services' to see which directories were searched, assuming kde startup had the same environment as your current shell." << endl;
+ kdError( 30003 ) << "Run 'tde-config --path services' to see which directories were searched, assuming kde startup had the same environment as your current shell." << endl;
kdError( 30003 ) << "Check your installation (did you install KOffice in a different prefix than KDE, without adding the prefix to /etc/kderc ?)" << endl;
return false;
}
diff --git a/lib/kofficecore/KoQueryTrader.cpp b/lib/kofficecore/KoQueryTrader.cpp
index 84a1be4b..5b04d624 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;