diff options
Diffstat (limited to 'kcontrol/input/mouse.h')
-rw-r--r-- | kcontrol/input/mouse.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kcontrol/input/mouse.h b/kcontrol/input/mouse.h index 6d035b8d1..22d0aa84c 100644 --- a/kcontrol/input/mouse.h +++ b/kcontrol/input/mouse.h @@ -83,16 +83,16 @@ public: bool changeCursor; int wheelScrollLines; bool reverseScrollPolarity; + bool reverseHistoryButtons; #ifdef HAVE_LIBUSB - // TODO: In Qt4, replace with a better container. TQPtrList <LogitechMouse> logitechMouseList; #endif }; class MouseConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: MouseConfig(TQWidget *parent=0, const char* name=0); ~MouseConfig(); @@ -112,6 +112,7 @@ private slots: /** No descriptions */ void slotHandedChanged(int val); void slotScrollPolarityChanged(); + void slotRevHistButtonsChanged(); void checkAccess(); void slotThreshChanged(int value); void slotDragStartDistChanged(int value); |