diff options
Diffstat (limited to 'ksysv/ServiceDlg.h')
-rw-r--r-- | ksysv/ServiceDlg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ksysv/ServiceDlg.h b/ksysv/ServiceDlg.h index 432a934..2cec43e 100644 --- a/ksysv/ServiceDlg.h +++ b/ksysv/ServiceDlg.h @@ -26,10 +26,11 @@ class TQComboBox; class ServiceDlg : public KDialogBase { Q_OBJECT + TQ_OBJECT public: ServiceDlg (const TQString& action, const TQString& label, - TQWidget* parent = 0, const char* name = 0); + TQWidget* tqparent = 0, const char* name = 0); virtual ~ServiceDlg(); int count() const; |