summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:10:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:10:51 -0600
commit151d0f74b8e6bca7172ebe750a441b38cfbdd05d (patch)
tree64cb1ff5fd9c8960f197d1d95da2813c5fcb763a
parentac07ea25331f514dd2583ecc6d0051892ecac620 (diff)
downloadkcmautostart-151d0f74b8e6bca7172ebe750a441b38cfbdd05d.tar.gz
kcmautostart-151d0f74b8e6bca7172ebe750a441b38cfbdd05d.zip
Rename many classes and header files to avoid conflicts with KDE4
-rw-r--r--src/autostart.cpp2
-rw-r--r--src/autostart.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/autostart.cpp b/src/autostart.cpp
index 1cfc65f..5bd6eae 100644
--- a/src/autostart.cpp
+++ b/src/autostart.cpp
@@ -29,7 +29,7 @@
#include <kglobalsettings.h>
#include <kstandarddirs.h>
#include <kurlrequester.h>
-#include <klistview.h>
+#include <tdelistview.h>
#include <kopenwith.h>
#include <kpropertiesdialog.h>
#include <tdeio/job.h>
diff --git a/src/autostart.h b/src/autostart.h
index e15e24b..10bd201 100644
--- a/src/autostart.h
+++ b/src/autostart.h
@@ -27,7 +27,7 @@
#include <tdecmodule.h>
#include <kaboutdata.h>
#include <kpushbutton.h>
-#include <klistview.h>
+#include <tdelistview.h>
#include <tdefileitem.h>
#include <kglobalsettings.h>
#include <tqpushbutton.h>