diff options
Diffstat (limited to 'khotkeys/kcontrol/gesturerecordpage.h')
-rw-r--r-- | khotkeys/kcontrol/gesturerecordpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/kcontrol/gesturerecordpage.h b/khotkeys/kcontrol/gesturerecordpage.h index 99242c518..306710c0e 100644 --- a/khotkeys/kcontrol/gesturerecordpage.h +++ b/khotkeys/kcontrol/gesturerecordpage.h @@ -26,7 +26,7 @@ namespace KHotKeys class Gesture; class GestureRecorder; -class GestureRecordPage : public QVBox +class GestureRecordPage : public TQVBox { Q_OBJECT @@ -53,7 +53,7 @@ class GestureRecordPage : public QVBox TQString _gest; - Q_UINT32 _tryCount; + TQ_UINT32 _tryCount; }; } // namespace KHotKeys |