00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef _GESTURES_SETTINGS_TAB_H_
00012 #define _GESTURES_SETTINGS_TAB_H_
00013
00014 #include <gestures_settings_tab_ui.h>
00015
00016 namespace KHotKeys
00017 {
00018
00019 class Gestures_settings_tab
00020 : public Gestures_settings_tab_ui
00021 {
00022 Q_OBJECT
00023 public:
00024 Gestures_settings_tab( TQWidget* parent = NULL, const char* name = NULL );
00025 void read_data();
00026 void write_data() const;
00027 public slots:
00028 void clear_data();
00029 };
00030
00031
00032
00033
00034
00035 }
00036
00037 #endif