summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:54:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:54:02 -0600
commitedf2d6cc5bbee10e7393f13e5e164172631d7b70 (patch)
tree48ba5ad2426105b754001c85a4a38fd65447528e /src
parent15d80e77bebb34106f5975f6a97015e5933ed108 (diff)
downloadknutclient-edf2d6cc5bbee10e7393f13e5e164172631d7b70.tar.gz
knutclient-edf2d6cc5bbee10e7393f13e5e164172631d7b70.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rwxr-xr-xsrc/knutclient.cpp2
-rw-r--r--src/knutmainwindow.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/knutclient.cpp b/src/knutclient.cpp
index 19948bc..1ed6c60 100755
--- a/src/knutclient.cpp
+++ b/src/knutclient.cpp
@@ -26,7 +26,7 @@
#include <tqdatetime.h>
#include <tqmutex.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <ksimpleconfig.h>
#include <twin.h>
diff --git a/src/knutmainwindow.cpp b/src/knutmainwindow.cpp
index bc0eb15..bcdee4f 100644
--- a/src/knutmainwindow.cpp
+++ b/src/knutmainwindow.cpp
@@ -21,7 +21,7 @@
#include <kmessagebox.h>
#include <kstdaction.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <ksimpleconfig.h>
#include <kstatusbar.h>
#include <kkeydialog.h>