diff options
Diffstat (limited to 'kcontrol/keys/commandShortcuts.cpp')
-rw-r--r-- | kcontrol/keys/commandShortcuts.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/keys/commandShortcuts.cpp b/kcontrol/keys/commandShortcuts.cpp index 0ab7f1205..4ae379a50 100644 --- a/kcontrol/keys/commandShortcuts.cpp +++ b/kcontrol/keys/commandShortcuts.cpp @@ -29,11 +29,11 @@ #include <kactivelabel.h> #include <tdeapplication.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kdialog.h> #include <khotkeys.h> #include <kkeybutton.h> -#include <klocale.h> +#include <tdelocale.h> static bool treeFilled = false; CommandShortcutsModule::CommandShortcutsModule( TQWidget *parent, const char *name ) |