summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/daemon
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:55:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:55:52 -0600
commita2eb3bdf7452bf39fe829ffc9a0309c2324c3ec8 (patch)
treef3b247a73eacb6ce11aff9beea65c4c159a3a551 /ksystemlog/src/daemon
parente25fe07beb129ca34871e330e7e1b6aa35606665 (diff)
downloadksystemlog-a2eb3bdf7452bf39fe829ffc9a0309c2324c3ec8.tar.gz
ksystemlog-a2eb3bdf7452bf39fe829ffc9a0309c2324c3ec8.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ksystemlog/src/daemon')
-rw-r--r--ksystemlog/src/daemon/daemonOptions.cpp2
-rw-r--r--ksystemlog/src/daemon/daemonOptions.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ksystemlog/src/daemon/daemonOptions.cpp b/ksystemlog/src/daemon/daemonOptions.cpp
index 0c5864f..09d4bc9 100644
--- a/ksystemlog/src/daemon/daemonOptions.cpp
+++ b/ksystemlog/src/daemon/daemonOptions.cpp
@@ -32,7 +32,7 @@
#include <kactioncollection.h>
#include <kbuttonbox.h>
#include <klistbox.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kurl.h>
#include <kmessagebox.h>
#include <kiconloader.h>
diff --git a/ksystemlog/src/daemon/daemonOptions.h b/ksystemlog/src/daemon/daemonOptions.h
index ed99981..6b88537 100644
--- a/ksystemlog/src/daemon/daemonOptions.h
+++ b/ksystemlog/src/daemon/daemonOptions.h
@@ -25,7 +25,7 @@
#include <tqspinbox.h>
#include <kpopupmenu.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdialogbase.h>
#include <kurlrequester.h>
#include <kurl.h>