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