diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:13:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:13:28 -0600 |
commit | 6fe537d6dff11f4c638c51ed1f652765b63f8591 (patch) | |
tree | e657438162c502c69864af727434ad5f4498838e /kicker-applets/mediacontrol | |
parent | cd8d59cad8377855c7bf746436518dca8eb7ce45 (diff) | |
download | tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.tar.gz tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kicker-applets/mediacontrol')
-rw-r--r-- | kicker-applets/mediacontrol/amarokInterface.h | 2 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/jukInterface.cpp | 2 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/jukInterface.h | 2 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/kscdInterface.cpp | 2 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/kscdInterface.h | 2 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/mediacontrol.cpp | 2 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/mediacontrol.h | 4 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/mediacontrolconfig.cpp | 2 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/noatunInterface.cpp | 2 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/noatunInterface.h | 2 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/playerInterface.cpp | 2 | ||||
-rw-r--r-- | kicker-applets/mediacontrol/simplebutton.cpp | 2 |
12 files changed, 13 insertions, 13 deletions
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> |