diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:00:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:00:08 -0600 |
commit | 7ff7bcc7ea84846c0e4dd51a4589300aea74acf5 (patch) | |
tree | 18df88bd6d1cf9404e082111fe54f1e4d4ddfdaa /src/kvilib/ext | |
parent | fb26e15f2ed02caaa029409b2240690aaa693107 (diff) | |
download | kvirc-7ff7bcc7ea84846c0e4dd51a4589300aea74acf5.tar.gz kvirc-7ff7bcc7ea84846c0e4dd51a4589300aea74acf5.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/kvilib/ext')
-rw-r--r-- | src/kvilib/ext/kvi_dcophelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/ext/kvi_dcophelper.cpp b/src/kvilib/ext/kvi_dcophelper.cpp index a181d10d..8c7f7c04 100644 --- a/src/kvilib/ext/kvi_dcophelper.cpp +++ b/src/kvilib/ext/kvi_dcophelper.cpp @@ -311,7 +311,7 @@ int KviDCOPHelper::detectApp(const TQString &szApp,bool bStart,int iScoreWhenFou bool KviDCOPHelper::startApp(const TQString &szApp,int iWaitMSecs) { - // we could use KApplication::startServiceByDesktopName here + // we could use TDEApplication::startServiceByDesktopName here // but we want to be able to wait a defined amount of time TQStringList tmp; TQByteArray data, replyData; |