diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:15:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:15:13 -0600 |
commit | 9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0 (patch) | |
tree | 9ab57608e370cc0051bebd305a72c79b5fe15076 /khotkeys | |
parent | 05f7409313fb8f09f539ae65791c830d2eaf91a6 (diff) | |
download | tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.tar.gz tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'khotkeys')
-rw-r--r-- | khotkeys/app/app.cpp | 2 | ||||
-rw-r--r-- | khotkeys/app/kded.cpp | 4 | ||||
-rw-r--r-- | khotkeys/kcontrol/init.cpp | 2 | ||||
-rw-r--r-- | khotkeys/kcontrol/kcmkhotkeys.cpp | 6 | ||||
-rw-r--r-- | khotkeys/kcontrol/menuedit.cpp | 2 | ||||
-rw-r--r-- | khotkeys/kcontrol/triggers_tab.cpp | 2 | ||||
-rw-r--r-- | khotkeys/kcontrol/windowselector.cpp | 2 | ||||
-rw-r--r-- | khotkeys/shared/actions.cpp | 2 | ||||
-rw-r--r-- | khotkeys/shared/gestures.cpp | 2 | ||||
-rw-r--r-- | khotkeys/shared/input.cpp | 2 | ||||
-rw-r--r-- | khotkeys/shared/voices.cpp | 2 | ||||
-rw-r--r-- | khotkeys/update/update.cpp | 4 |
12 files changed, 16 insertions, 16 deletions
diff --git a/khotkeys/app/app.cpp b/khotkeys/app/app.cpp index 25cf3fda8..0d0fd3395 100644 --- a/khotkeys/app/app.cpp +++ b/khotkeys/app/app.cpp @@ -16,7 +16,7 @@ #include "app.h" -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <tdeconfig.h> #include <klocale.h> diff --git a/khotkeys/app/kded.cpp b/khotkeys/app/kded.cpp index 88c0fae6b..743e0fb04 100644 --- a/khotkeys/app/kded.cpp +++ b/khotkeys/app/kded.cpp @@ -16,10 +16,10 @@ #include "kded.h" -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <tdeconfig.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <stdio.h> #include <stdlib.h> diff --git a/khotkeys/kcontrol/init.cpp b/khotkeys/kcontrol/init.cpp index c1242f17e..9b34b2686 100644 --- a/khotkeys/kcontrol/init.cpp +++ b/khotkeys/kcontrol/init.cpp @@ -15,7 +15,7 @@ #endif #include <dcopref.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <stdlib.h> diff --git a/khotkeys/kcontrol/kcmkhotkeys.cpp b/khotkeys/kcontrol/kcmkhotkeys.cpp index b0ddb16c9..5d6e1aad7 100644 --- a/khotkeys/kcontrol/kcmkhotkeys.cpp +++ b/khotkeys/kcontrol/kcmkhotkeys.cpp @@ -23,11 +23,11 @@ #include <tqsplitter.h> #include <tdecmodule.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <kdebug.h> #include <kmessagebox.h> diff --git a/khotkeys/kcontrol/menuedit.cpp b/khotkeys/kcontrol/menuedit.cpp index 56909b0a1..9095cff2c 100644 --- a/khotkeys/kcontrol/menuedit.cpp +++ b/khotkeys/kcontrol/menuedit.cpp @@ -21,7 +21,7 @@ #include <kglobal.h> #include <klocale.h> #include <tdeaccel.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <tqlabel.h> #include <tqlineedit.h> diff --git a/khotkeys/kcontrol/triggers_tab.cpp b/khotkeys/kcontrol/triggers_tab.cpp index cbd16edc0..683aad32a 100644 --- a/khotkeys/kcontrol/triggers_tab.cpp +++ b/khotkeys/kcontrol/triggers_tab.cpp @@ -26,7 +26,7 @@ #include <kdebug.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeshortcut.h> #include <tdeconfig.h> #include <tdeshortcutlist.h> diff --git a/khotkeys/kcontrol/windowselector.cpp b/khotkeys/kcontrol/windowselector.cpp index 8e2c20113..d1cbe8f5f 100644 --- a/khotkeys/kcontrol/windowselector.cpp +++ b/khotkeys/kcontrol/windowselector.cpp @@ -20,7 +20,7 @@ #include <tqcursor.h> #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <X11/Xlib.h> #include <fixx11h.h> diff --git a/khotkeys/shared/actions.cpp b/khotkeys/shared/actions.cpp index 6f87fee19..e95734b73 100644 --- a/khotkeys/shared/actions.cpp +++ b/khotkeys/shared/actions.cpp @@ -22,7 +22,7 @@ #include <kurifilter.h> #include <kglobal.h> #include <kstandarddirs.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <kdesktopfile.h> #include <klocale.h> diff --git a/khotkeys/shared/gestures.cpp b/khotkeys/shared/gestures.cpp index f98c44e18..9933ba74f 100644 --- a/khotkeys/shared/gestures.cpp +++ b/khotkeys/shared/gestures.cpp @@ -28,7 +28,7 @@ #include <X11/Xlib.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kxerrorhandler.h> #include <kkeynative.h> diff --git a/khotkeys/shared/input.cpp b/khotkeys/shared/input.cpp index 979e31726..7b9696c7e 100644 --- a/khotkeys/shared/input.cpp +++ b/khotkeys/shared/input.cpp @@ -21,7 +21,7 @@ #include <kglobalaccel.h> #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeversion.h> #include <tqtimer.h> #include <kkeynative.h> diff --git a/khotkeys/shared/voices.cpp b/khotkeys/shared/voices.cpp index fd0c759f4..a31ac8237 100644 --- a/khotkeys/shared/voices.cpp +++ b/khotkeys/shared/voices.cpp @@ -23,7 +23,7 @@ #include <assert.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kxerrorhandler.h> #include <kkeynative.h> diff --git a/khotkeys/update/update.cpp b/khotkeys/update/update.cpp index a5abba826..3368ee21e 100644 --- a/khotkeys/update/update.cpp +++ b/khotkeys/update/update.cpp @@ -14,8 +14,8 @@ #include <config.h> #endif -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <kstandarddirs.h> #include <tdeconfig.h> #include <kdebug.h> |