summaryrefslogtreecommitdiffstats
path: root/lib/kotext/TimeFormatWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/TimeFormatWidget.h')
-rw-r--r--lib/kotext/TimeFormatWidget.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/kotext/TimeFormatWidget.h b/lib/kotext/TimeFormatWidget.h
new file mode 100644
index 00000000..b98bf220
--- /dev/null
+++ b/lib/kotext/TimeFormatWidget.h
@@ -0,0 +1,22 @@
+#ifndef TIMEFORMATWIDGET_H
+#define TIMEFORMATWIDGET_H
+#include "timedateformatwidget.h"
+
+class TimeFormatWidget : public TimeDateFormatWidgetPrototype
+{
+ Q_OBJECT
+
+public:
+ TimeFormatWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ~TimeFormatWidget();
+ QString resultString();
+ int correctValue();
+public slots:
+ void updateLabel();
+ void comboActivated();
+ void slotPersonalizeChanged(bool b);
+ void slotDefaultValueChanged(const QString & );
+ void slotOffsetChanged(int);
+};
+
+#endif // TIMEFORMATWIDGET_H