summaryrefslogtreecommitdiffstats
path: root/kicker-applets
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:13:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:13:28 -0600
commit6fe537d6dff11f4c638c51ed1f652765b63f8591 (patch)
treee657438162c502c69864af727434ad5f4498838e /kicker-applets
parentcd8d59cad8377855c7bf746436518dca8eb7ce45 (diff)
downloadtdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.tar.gz
tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kicker-applets')
-rw-r--r--kicker-applets/kbinaryclock/kbinaryclock.cpp2
-rw-r--r--kicker-applets/kbinaryclock/kbinaryclock.h2
-rw-r--r--kicker-applets/kbinaryclock/kbinaryclock.kcfg2
-rw-r--r--kicker-applets/kolourpicker/kolourpicker.cpp4
-rw-r--r--kicker-applets/kolourpicker/simplebutton.cpp2
-rw-r--r--kicker-applets/math/mathapplet.cpp2
-rw-r--r--kicker-applets/mediacontrol/amarokInterface.h2
-rw-r--r--kicker-applets/mediacontrol/jukInterface.cpp2
-rw-r--r--kicker-applets/mediacontrol/jukInterface.h2
-rw-r--r--kicker-applets/mediacontrol/kscdInterface.cpp2
-rw-r--r--kicker-applets/mediacontrol/kscdInterface.h2
-rw-r--r--kicker-applets/mediacontrol/mediacontrol.cpp2
-rw-r--r--kicker-applets/mediacontrol/mediacontrol.h4
-rw-r--r--kicker-applets/mediacontrol/mediacontrolconfig.cpp2
-rw-r--r--kicker-applets/mediacontrol/noatunInterface.cpp2
-rw-r--r--kicker-applets/mediacontrol/noatunInterface.h2
-rw-r--r--kicker-applets/mediacontrol/playerInterface.cpp2
-rw-r--r--kicker-applets/mediacontrol/simplebutton.cpp2
18 files changed, 20 insertions, 20 deletions
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.cpp b/kicker-applets/kbinaryclock/kbinaryclock.cpp
index daac71f..9b940d1 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.cpp
+++ b/kicker-applets/kbinaryclock/kbinaryclock.cpp
@@ -19,7 +19,7 @@
#include "kbinaryclock.h"
#include "datepicker.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfigdialog.h>
#include <tdeconfig.h>
#include <kiconloader.h>
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.h b/kicker-applets/kbinaryclock/kbinaryclock.h
index 73fd1b1..695187e 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.h
+++ b/kicker-applets/kbinaryclock/kbinaryclock.h
@@ -22,7 +22,7 @@
#include <kpanelapplet.h>
#include <tqevent.h>
#include <kglobal.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <tqdatetime.h>
#include <tqtooltip.h>
#include <tdeconfigdialog.h>
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.kcfg b/kicker-applets/kbinaryclock/kbinaryclock.kcfg
index c118b7a..5ac0d13 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.kcfg
+++ b/kicker-applets/kbinaryclock/kbinaryclock.kcfg
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
- <include>kapplication.h</include>
+ <include>tdeapplication.h</include>
<kcfgfile arg="true"/>
<group name="General">
<entry name="Shape" type="Enum">
diff --git a/kicker-applets/kolourpicker/kolourpicker.cpp b/kicker-applets/kolourpicker/kolourpicker.cpp
index 027aa0f..ae4cb41 100644
--- a/kicker-applets/kolourpicker/kolourpicker.cpp
+++ b/kicker-applets/kolourpicker/kolourpicker.cpp
@@ -35,8 +35,8 @@ $Id$
#include <kiconloader.h>
#include <kinstance.h>
#include <tdeconfig.h>
-#include <kaboutdata.h>
-#include <kaboutapplication.h>
+#include <tdeaboutdata.h>
+#include <tdeaboutapplication.h>
#include <kmessagebox.h>
#include <tdepopupmenu.h>
diff --git a/kicker-applets/kolourpicker/simplebutton.cpp b/kicker-applets/kolourpicker/simplebutton.cpp
index 616715c..e81abe4 100644
--- a/kicker-applets/kolourpicker/simplebutton.cpp
+++ b/kicker-applets/kolourpicker/simplebutton.cpp
@@ -23,7 +23,7 @@
#include <tqpainter.h>
#include <tqstyle.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcursor.h>
#include <kdialog.h>
#include <kglobalsettings.h>
diff --git a/kicker-applets/math/mathapplet.cpp b/kicker-applets/math/mathapplet.cpp
index 8a868cf..a15fecc 100644
--- a/kicker-applets/math/mathapplet.cpp
+++ b/kicker-applets/math/mathapplet.cpp
@@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqpushbutton.h>
#include <tqhbox.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeconfig.h>
diff --git a/kicker-applets/mediacontrol/amarokInterface.h b/kicker-applets/mediacontrol/amarokInterface.h
index 251962c..88742f4 100644
--- a/kicker-applets/mediacontrol/amarokInterface.h
+++ b/kicker-applets/mediacontrol/amarokInterface.h
@@ -21,7 +21,7 @@
#include "playerInterface.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <tqtimer.h>
diff --git a/kicker-applets/mediacontrol/jukInterface.cpp b/kicker-applets/mediacontrol/jukInterface.cpp
index 27ce45e..e19ef3f 100644
--- a/kicker-applets/mediacontrol/jukInterface.cpp
+++ b/kicker-applets/mediacontrol/jukInterface.cpp
@@ -18,7 +18,7 @@
#include "jukInterface.h"
#include "jukInterface.moc"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <tqstringlist.h>
#include <tqstrlist.h>
diff --git a/kicker-applets/mediacontrol/jukInterface.h b/kicker-applets/mediacontrol/jukInterface.h
index 41b6542..b0e20c7 100644
--- a/kicker-applets/mediacontrol/jukInterface.h
+++ b/kicker-applets/mediacontrol/jukInterface.h
@@ -20,7 +20,7 @@
#include "playerInterface.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <tqtimer.h>
diff --git a/kicker-applets/mediacontrol/kscdInterface.cpp b/kicker-applets/mediacontrol/kscdInterface.cpp
index 6621c53..0256de6 100644
--- a/kicker-applets/mediacontrol/kscdInterface.cpp
+++ b/kicker-applets/mediacontrol/kscdInterface.cpp
@@ -19,7 +19,7 @@
#include "kscdInterface.h"
#include "kscdInterface.moc"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <tqstringlist.h>
#include <tqstrlist.h>
diff --git a/kicker-applets/mediacontrol/kscdInterface.h b/kicker-applets/mediacontrol/kscdInterface.h
index f4fe279..518c1d5 100644
--- a/kicker-applets/mediacontrol/kscdInterface.h
+++ b/kicker-applets/mediacontrol/kscdInterface.h
@@ -21,7 +21,7 @@
#include "playerInterface.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <tqtimer.h>
diff --git a/kicker-applets/mediacontrol/mediacontrol.cpp b/kicker-applets/mediacontrol/mediacontrol.cpp
index fbd289c..e003d3f 100644
--- a/kicker-applets/mediacontrol/mediacontrol.cpp
+++ b/kicker-applets/mediacontrol/mediacontrol.cpp
@@ -44,7 +44,7 @@
#include <tqiconset.h>
#include <tdepopupmenu.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kipc.h>
#include <kglobal.h>
#include <kiconloader.h>
diff --git a/kicker-applets/mediacontrol/mediacontrol.h b/kicker-applets/mediacontrol/mediacontrol.h
index 7e1a8ae..561e58a 100644
--- a/kicker-applets/mediacontrol/mediacontrol.h
+++ b/kicker-applets/mediacontrol/mediacontrol.h
@@ -26,8 +26,8 @@
#include <kpanelapplet.h>
#include <kdebug.h>
#include <kstandarddirs.h>
-#include <kaboutdata.h>
-#include <kaboutapplication.h>
+#include <tdeaboutdata.h>
+#include <tdeaboutapplication.h>
#include <tqpalette.h>
diff --git a/kicker-applets/mediacontrol/mediacontrolconfig.cpp b/kicker-applets/mediacontrol/mediacontrolconfig.cpp
index b423fdb..d86b110 100644
--- a/kicker-applets/mediacontrol/mediacontrolconfig.cpp
+++ b/kicker-applets/mediacontrol/mediacontrolconfig.cpp
@@ -32,7 +32,7 @@
#include <tqlayout.h>
#include <tqgroupbox.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <tdeconfig.h>
#include <kglobal.h>
diff --git a/kicker-applets/mediacontrol/noatunInterface.cpp b/kicker-applets/mediacontrol/noatunInterface.cpp
index 397dc10..409ead8 100644
--- a/kicker-applets/mediacontrol/noatunInterface.cpp
+++ b/kicker-applets/mediacontrol/noatunInterface.cpp
@@ -18,7 +18,7 @@
#include "noatunInterface.h"
#include "noatunInterface.moc"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <tqstringlist.h>
#include <tqstrlist.h>
diff --git a/kicker-applets/mediacontrol/noatunInterface.h b/kicker-applets/mediacontrol/noatunInterface.h
index 2fb3efe..af5a704 100644
--- a/kicker-applets/mediacontrol/noatunInterface.h
+++ b/kicker-applets/mediacontrol/noatunInterface.h
@@ -20,7 +20,7 @@
#include "playerInterface.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <tqtimer.h>
diff --git a/kicker-applets/mediacontrol/playerInterface.cpp b/kicker-applets/mediacontrol/playerInterface.cpp
index 564f783..1b90cf0 100644
--- a/kicker-applets/mediacontrol/playerInterface.cpp
+++ b/kicker-applets/mediacontrol/playerInterface.cpp
@@ -17,7 +17,7 @@
#include "playerInterface.h"
#include "playerInterface.moc"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kmessagebox.h>
#include <klocale.h>
diff --git a/kicker-applets/mediacontrol/simplebutton.cpp b/kicker-applets/mediacontrol/simplebutton.cpp
index 616715c..e81abe4 100644
--- a/kicker-applets/mediacontrol/simplebutton.cpp
+++ b/kicker-applets/mediacontrol/simplebutton.cpp
@@ -23,7 +23,7 @@
#include <tqpainter.h>
#include <tqstyle.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcursor.h>
#include <kdialog.h>
#include <kglobalsettings.h>