summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol/voice_settings_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/kcontrol/voice_settings_tab.h')
-rw-r--r--khotkeys/kcontrol/voice_settings_tab.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/khotkeys/kcontrol/voice_settings_tab.h b/khotkeys/kcontrol/voice_settings_tab.h
new file mode 100644
index 000000000..7b7abd3c5
--- /dev/null
+++ b/khotkeys/kcontrol/voice_settings_tab.h
@@ -0,0 +1,41 @@
+/****************************************************************************
+
+ KHotKeys
+
+ Copyright (C) 2005 Olivier Goffart <ogoffart @ kde.org>
+
+ Distributed under the terms of the GNU General Public License version 2.
+
+****************************************************************************/
+
+#ifndef VOICE_SETTINGS_TAB_H_
+#define VOICE_SETTINGS_TAB_H_
+
+#include <voice_settings_tab_ui.h>
+
+class KShortcut;
+
+namespace KHotKeys
+{
+
+class Voice_settings_tab
+ : public Voice_settings_tab_ui
+ {
+ Q_OBJECT
+ public:
+ Voice_settings_tab( QWidget* parent = NULL, const char* name = NULL );
+ void read_data();
+ void write_data() const;
+ public slots:
+ void clear_data();
+ private slots:
+ void slotCapturedKey( const KShortcut& );
+ };
+
+//***************************************************************************
+// Inline
+//***************************************************************************
+
+} // namespace KHotKeys
+
+#endif