diff options
Diffstat (limited to 'khotkeys')
-rw-r--r-- | khotkeys/README | 2 | ||||
-rw-r--r-- | khotkeys/kcontrol/menuedit.h | 2 | ||||
-rw-r--r-- | khotkeys/shared/input.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/khotkeys/README b/khotkeys/README index fe66c579b..1b181aa43 100644 --- a/khotkeys/README +++ b/khotkeys/README @@ -39,7 +39,7 @@ so I don't know if it will work with them or not. During installation, the files will replace the ones that are part - of the simple version in kdebase. Shortcuts assigned using KMenuEdit + of the simple version in tdebase. Shortcuts assigned using KMenuEdit should still work, and the config file will be converted to the new format. However, you should backup all files before removing them ( including the config file ), so you will be able to go back in case there will be diff --git a/khotkeys/kcontrol/menuedit.h b/khotkeys/kcontrol/menuedit.h index 325a3050e..ce85c98b4 100644 --- a/khotkeys/kcontrol/menuedit.h +++ b/khotkeys/kcontrol/menuedit.h @@ -16,7 +16,7 @@ #include <kaccel.h> #include <kservice.h> -// see also kdebase/kmenuedit/khotkeys.h +// see also tdebase/kmenuedit/khotkeys.h extern "C" { // initializes khotkeys DSO - loads i18n catalogue diff --git a/khotkeys/shared/input.cpp b/khotkeys/shared/input.cpp index 190b5dd04..00f35f1f0 100644 --- a/khotkeys/shared/input.cpp +++ b/khotkeys/shared/input.cpp @@ -22,7 +22,7 @@ #include <kglobalaccel.h> #include <kdebug.h> #include <kapplication.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <tqtimer.h> #include <kkeynative.h> |