diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:15:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:15:13 -0600 |
commit | 9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0 (patch) | |
tree | 9ab57608e370cc0051bebd305a72c79b5fe15076 /khotkeys/shared | |
parent | 05f7409313fb8f09f539ae65791c830d2eaf91a6 (diff) | |
download | tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.tar.gz tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'khotkeys/shared')
-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 |
4 files changed, 4 insertions, 4 deletions
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> |