summaryrefslogtreecommitdiffstats
path: root/noatun/modules/voiceprint/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/voiceprint/prefs.h')
-rw-r--r--noatun/modules/voiceprint/prefs.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/noatun/modules/voiceprint/prefs.h b/noatun/modules/voiceprint/prefs.h
new file mode 100644
index 00000000..6541b4de
--- /dev/null
+++ b/noatun/modules/voiceprint/prefs.h
@@ -0,0 +1,22 @@
+#ifndef PREFS_H
+#define PREFS_H
+
+#include <qwidget.h>
+#include <noatun/pref.h>
+
+class KColorButton;
+
+class Prefs : public CModule
+{
+Q_OBJECT
+public:
+ Prefs(QObject* parent);
+ virtual void save();
+ virtual void reopen();
+
+private:
+ KColorButton *mForeground, *mBackground, *mLine;
+};
+
+#endif
+