diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:56:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:56:04 -0600 |
commit | 96b33d84a26e9fc276786992cfc755219ddbc364 (patch) | |
tree | 822e95aa7ac98df8f38f01870e78295a90bd97c9 /src/kvilib/ext | |
parent | ce06c80f9a59a53c86caeeffe1447e968d284b39 (diff) | |
download | kvirc-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.cpp | 4 |
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, |