#ifndef TIMEFORMATWIDGET_H #define TIMEFORMATWIDGET_H #include "timedateformatwidget.h" class TimeFormatWidget : public TimeDateFormatWidgetPrototype { Q_OBJECT public: TimeFormatWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~TimeFormatWidget(); TQString resultString(); int correctValue(); public slots: void updateLabel(); void comboActivated(); void slotPersonalizeChanged(bool b); void slotDefaultValueChanged(const TQString & ); void slotOffsetChanged(int); }; #endif // TIMEFORMATWIDGET_H