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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/kotext/DateFormatWidget.h b/lib/kotext/DateFormatWidget.h
index ac30f449..5f006d36 100644
--- a/lib/kotext/DateFormatWidget.h
+++ b/lib/kotext/DateFormatWidget.h
@@ -5,17 +5,18 @@
class DateFormatWidget : public TimeDateFormatWidgetPrototype
{
Q_OBJECT
+ TQ_OBJECT
public:
- DateFormatWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ DateFormatWidget( TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
~DateFormatWidget();
- 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);
};