summaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:56:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:56:04 -0600
commit96b33d84a26e9fc276786992cfc755219ddbc364 (patch)
tree822e95aa7ac98df8f38f01870e78295a90bd97c9 /src/kvilib/ext
parentce06c80f9a59a53c86caeeffe1447e968d284b39 (diff)
downloadkvirc-96b33d84a26e9fc276786992cfc755219ddbc364.tar.gz
kvirc-96b33d84a26e9fc276786992cfc755219ddbc364.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/kvilib/ext')
-rw-r--r--src/kvilib/ext/kvi_dcophelper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/ext/kvi_dcophelper.cpp b/src/kvilib/ext/kvi_dcophelper.cpp
index 8c7f7c04..7992d4a4 100644
--- a/src/kvilib/ext/kvi_dcophelper.cpp
+++ b/src/kvilib/ext/kvi_dcophelper.cpp
@@ -319,8 +319,8 @@ bool KviDCOPHelper::startApp(const TQString &szApp,int iWaitMSecs)
TQDataStream arg(data, IO_WriteOnly);
arg << szApp << tmp;
if(!g_pApp->dcopClient()->call(
- "klauncher",
- "klauncher",
+ "tdelauncher",
+ "tdelauncher",
"start_service_by_desktop_name(TQString,TQStringList)",
data,
replyType,