From 96b33d84a26e9fc276786992cfc755219ddbc364 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 00:56:04 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- src/kvilib/ext/kvi_dcophelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kvilib/ext') 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, -- cgit v1.2.1