summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 00:53:10 -0600
committerTimothy Pearson <[email protected]>2013-01-27 00:53:10 -0600
commit8407e1de0c1e5cf42ad943721f7dd7c7e45c30ff (patch)
tree26e815b9efa8a2a0405b2ee473bb1eefcaf85f58 /src
parentd8aa44e1c28dc7466980d6779dcd2444f1362495 (diff)
downloadkima-8407e1de0c1e5cf42ad943721f7dd7c7e45c30ff.tar.gz
kima-8407e1de0c1e5cf42ad943721f7dd7c7e45c30ff.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/kima.cpp2
-rw-r--r--src/sources/source.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kima.cpp b/src/kima.cpp
index d4465e6..5ea4e64 100644
--- a/src/kima.cpp
+++ b/src/kima.cpp
@@ -42,7 +42,7 @@
#include <kactionclasses.h>
#include <kapplication.h>
#include <kdialogbase.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
//#include <kglobal.h>
#include <kiconloader.h>
#include <klocale.h>
diff --git a/src/sources/source.h b/src/sources/source.h
index b299fe8..e938297 100644
--- a/src/sources/source.h
+++ b/src/sources/source.h
@@ -23,7 +23,7 @@
#include <tqstring.h>
#include "sourceprefs.h"
-#include <kconfig.h>
+#include <tdeconfig.h>
// Forward Declarationss
class TQVBoxLayout;