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