summaryrefslogtreecommitdiffstats
path: root/src/k9prefpreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/k9prefpreview.h')
-rw-r--r--src/k9prefpreview.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/k9prefpreview.h b/src/k9prefpreview.h
new file mode 100644
index 0000000..b5e661f
--- /dev/null
+++ b/src/k9prefpreview.h
@@ -0,0 +1,41 @@
+//
+// C++ Interface:
+//
+// Description:
+//
+//
+// Author: Jean-Michel PETIT <k9copy@free.fr>, (C) 2006
+//
+// Copyright: See COPYING file that comes with this distribution
+//
+//
+
+#ifndef K9PREFPREVIEW_H
+#define K9PREFPREVIEW_H
+
+#include "k9common.h"
+#include "prefpreview.h"
+
+class k9prefPreview : public prefPreview
+{
+ Q_OBJECT
+
+public:
+ k9prefPreview(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ~k9prefPreview();
+ /*$PUBLIC_FUNCTIONS$*/
+ void save();
+public slots:
+ /*$PUBLIC_SLOTS$*/
+ void rbInternalClick();
+ void rbMplayerClick();
+protected:
+ /*$PROTECTED_FUNCTIONS$*/
+ void load();
+protected slots:
+ /*$PROTECTED_SLOTS$*/
+
+};
+
+#endif
+