diff options
Diffstat (limited to 'atlantik/client/eventlogwidget.h')
-rw-r--r-- | atlantik/client/eventlogwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantik/client/eventlogwidget.h b/atlantik/client/eventlogwidget.h index 18972377..d4e1c110 100644 --- a/atlantik/client/eventlogwidget.h +++ b/atlantik/client/eventlogwidget.h @@ -30,7 +30,7 @@ class KPushButton; class EventLog : public TQObject { -Q_OBJECT +TQ_OBJECT public: @@ -49,7 +49,7 @@ private: class EventLogWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: |