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 753a59fc..de652d35 100644 --- a/atlantik/client/eventlogwidget.h +++ b/atlantik/client/eventlogwidget.h @@ -31,7 +31,7 @@ class KPushButton; class EventLog : public TQObject { Q_OBJECT - TQ_OBJECT + public: EventLog(); @@ -50,7 +50,7 @@ private: class EventLogWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum EventLogType { Default, Net_In, Net_Out }; |