summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 00:50:58 -0600
committerTimothy Pearson <[email protected]>2013-01-27 00:50:58 -0600
commitf0922a22683ba2688ddc96c688ca0216be8b6bd2 (patch)
treec4a232d9d2e4d79da94738edae3ad95dd97d5705 /src/mainwindow.cpp
parent41c46cb36cf65ab44e9b7b734cd6e3c67bd8fa6b (diff)
downloadabakus-f0922a22683ba2688ddc96c688ca0216be8b6bd2.tar.gz
abakus-f0922a22683ba2688ddc96c688ca0216be8b6bd2.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index f3adb96..7810bf4 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -25,9 +25,9 @@
#include <kstdaction.h>
#include <kshortcut.h>
#include <kdebug.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kglobal.h>
-#include <kconfigbase.h>
+#include <tdeconfigbase.h>
#include <kactionclasses.h>
#include <kinputdialog.h>