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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/kotext/TimeFormatWidget.h b/lib/kotext/TimeFormatWidget.h
index b98bf220..62ee6957 100644
--- a/lib/kotext/TimeFormatWidget.h
+++ b/lib/kotext/TimeFormatWidget.h
@@ -5,17 +5,18 @@
class TimeFormatWidget : public TimeDateFormatWidgetPrototype
{
Q_OBJECT
+ TQ_OBJECT
public:
- TimeFormatWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ TimeFormatWidget( TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
~TimeFormatWidget();
- QString resultString();
+ TQString resultString();
int correctValue();
public slots:
void updateLabel();
void comboActivated();
void slotPersonalizeChanged(bool b);
- void slotDefaultValueChanged(const QString & );
+ void slotDefaultValueChanged(const TQString & );
void slotOffsetChanged(int);
};