diff options
Diffstat (limited to 'khotkeys/shared/input.h')
-rw-r--r-- | khotkeys/shared/input.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/shared/input.h b/khotkeys/shared/input.h index 22df89284..a9f19240d 100644 --- a/khotkeys/shared/input.h +++ b/khotkeys/shared/input.h @@ -33,7 +33,7 @@ class Kbd_receiver }; class Kbd - : public QObject + : public TQObject { Q_OBJECT public: @@ -58,7 +58,7 @@ class Kbd TQValueList< KShortcut > shortcuts; bool active; }; - TQMap< Kbd_receiver*, Receiver_data > receivers; + TQMap< Kbd_receiver*, Receiver_data > tqreceivers; TQMap< KShortcut, int > grabs; KGlobalAccel* kga; }; |