summaryrefslogtreecommitdiffstats
path: root/khotkeys
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:48:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:48:59 -0600
commit371e91c48d010efedcc490858f04b8d75e91a82d (patch)
tree722c82764ee74ef74a48e3ceea5740b3a008b15b /khotkeys
parent9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (diff)
downloadtdebase-371e91c48d010efedcc490858f04b8d75e91a82d.tar.gz
tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.zip
Additional renaming of kde to tde
Diffstat (limited to 'khotkeys')
-rw-r--r--khotkeys/README2
-rw-r--r--khotkeys/kcontrol/menuedit.h2
-rw-r--r--khotkeys/shared/input.cpp2
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>