summaryrefslogtreecommitdiffstats
path: root/lib/kotext/DateFormatWidget.h
blob: 2ad686580068fe1531094375fa280d42382e1535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef DATEFORMATWIDGET_H
#define DATEFORMATWIDGET_H
#include "timedateformatwidget.h"

class DateFormatWidget : public TimeDateFormatWidgetPrototype
{
    Q_OBJECT
  

public:
    DateFormatWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
    ~DateFormatWidget();
    TQString resultString();
    int correctValue();
public slots:
    void updateLabel();
    void comboActivated();
    void slotPersonalizeChanged(bool b);
    void slotDefaultValueChanged(const TQString & );
    void slotOffsetChanged(int);
};

#endif // DATEFORMATWIDGET_H