summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/cron
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:14:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:14:45 -0600
commit8c21484c898d95aefa953e5968bc4efcbfde5506 (patch)
treee7c3d1757b425415448d04fbf0f613343e272d9f /ksystemlog/src/cron
parenta503c8352387d1e938723542eba9b4304ad034b4 (diff)
downloadksystemlog-8c21484c898d95aefa953e5968bc4efcbfde5506.tar.gz
ksystemlog-8c21484c898d95aefa953e5968bc4efcbfde5506.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'ksystemlog/src/cron')
-rw-r--r--ksystemlog/src/cron/cronOptions.cpp4
-rw-r--r--ksystemlog/src/cron/cronOptions.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/ksystemlog/src/cron/cronOptions.cpp b/ksystemlog/src/cron/cronOptions.cpp
index a5571ee..776214f 100644
--- a/ksystemlog/src/cron/cronOptions.cpp
+++ b/ksystemlog/src/cron/cronOptions.cpp
@@ -29,9 +29,9 @@
//KDE includes
#include <klocale.h>
-#include <kactioncollection.h>
+#include <tdeactioncollection.h>
#include <kbuttonbox.h>
-#include <klistbox.h>
+#include <tdelistbox.h>
#include <tdefiledialog.h>
#include <kurl.h>
#include <kmessagebox.h>
diff --git a/ksystemlog/src/cron/cronOptions.h b/ksystemlog/src/cron/cronOptions.h
index 7622f8f..5d7ee68 100644
--- a/ksystemlog/src/cron/cronOptions.h
+++ b/ksystemlog/src/cron/cronOptions.h
@@ -24,12 +24,12 @@
#include <tqframe.h>
#include <tqspinbox.h>
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
#include <tdeconfig.h>
#include <kdialogbase.h>
#include <kurlrequester.h>
#include <kurl.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include "globals.h"