diff options
Diffstat (limited to 'khotkeys/kcontrol/menuedit.cpp')
-rw-r--r-- | khotkeys/kcontrol/menuedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/kcontrol/menuedit.cpp b/khotkeys/kcontrol/menuedit.cpp index 2d0d23b13..990cd4ff5 100644 --- a/khotkeys/kcontrol/menuedit.cpp +++ b/khotkeys/kcontrol/menuedit.cpp @@ -39,7 +39,7 @@ static TQObject* owner = NULL; void khotkeys_init() { // I hope this works - KGlobal::locale()->insertCatalogue("khotkeys"); + TDEGlobal::locale()->insertCatalogue("khotkeys"); // CHECKME hack assert( owner == NULL ); owner = new TQObject; |