diff options
Diffstat (limited to 'khotkeys/app/app.h')
-rw-r--r-- | khotkeys/app/app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/app/app.h b/khotkeys/app/app.h index 6166276cb..e23edfcb1 100644 --- a/khotkeys/app/app.h +++ b/khotkeys/app/app.h @@ -31,7 +31,7 @@ class KHotKeysApp virtual ~KHotKeysApp(); private: Action_data_group* actions_root; - QObject* delete_helper; + TQObject* delete_helper; }; //*************************************************************************** |