summaryrefslogtreecommitdiffstats
path: root/src/likeback.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 00:51:06 -0600
committerTimothy Pearson <[email protected]>2013-01-27 00:51:06 -0600
commit2571f48ba178d235ea9570fea757a5941d1f9b31 (patch)
tree55c89ec71f7fc2a785536de649e7c4f16d92f6f0 /src/likeback.cpp
parent54788613261c45bdc11f1e8763427616aa2d0ad3 (diff)
downloadbasket-2571f48ba178d235ea9570fea757a5941d1f9b31.tar.gz
basket-2571f48ba178d235ea9570fea757a5941d1f9b31.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/likeback.cpp')
-rw-r--r--src/likeback.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/likeback.cpp b/src/likeback.cpp
index ac599f7..e388995 100644
--- a/src/likeback.cpp
+++ b/src/likeback.cpp
@@ -20,7 +20,7 @@
#include <kapplication.h>
#include <kaboutdata.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kaction.h>
#include <kiconloader.h>
#include <kaboutdata.h>
@@ -584,10 +584,10 @@ bool LikeBack::isDevelopmentVersion(const TQString &version)
if (m_process)
return;
m_process = new TDEProcess();
- *m_process << TQString::fromLatin1("kcmshell") << TQString::fromLatin1("kcm_useraccount");
+ *m_process << TQString::fromLatin1("tdecmshell") << TQString::fromLatin1("kcm_useraccount");
connect( m_process, TQT_SIGNAL(processExited(TDEProcess*)), TQT_SLOT(fetchUserEmail()) );
if (!m_process->start()) {
- kdDebug() << "Couldn't start kcmshell.." << endl;
+ kdDebug() << "Couldn't start tdecmshell.." << endl;
delete m_process;
m_process = 0;
return;