summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol/menuedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/kcontrol/menuedit.cpp')
-rw-r--r--khotkeys/kcontrol/menuedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/kcontrol/menuedit.cpp b/khotkeys/kcontrol/menuedit.cpp
index 78de7dee6..199f59750 100644
--- a/khotkeys/kcontrol/menuedit.cpp
+++ b/khotkeys/kcontrol/menuedit.cpp
@@ -42,7 +42,7 @@ void khotkeys_init()
KGlobal::locale()->insertCatalogue("khotkeys");
// CHECKME hack
assert( owner == NULL );
- owner = new QObject;
+ owner = new TQObject;
init_global_data( false, owner );
}