diff options
Diffstat (limited to 'atlantik/client/eventlogwidget.h')
-rw-r--r-- | atlantik/client/eventlogwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atlantik/client/eventlogwidget.h b/atlantik/client/eventlogwidget.h index 3b2d1883..753a59fc 100644 --- a/atlantik/client/eventlogwidget.h +++ b/atlantik/client/eventlogwidget.h @@ -55,7 +55,7 @@ Q_OBJECT public: enum EventLogType { Default, Net_In, Net_Out }; - EventLogWidget(EventLog *eventLog, TQWidget *tqparent=0, const char *name = 0); + EventLogWidget(EventLog *eventLog, TQWidget *parent=0, const char *name = 0); public slots: void addEvent(Event *event); |