summaryrefslogtreecommitdiffstats
path: root/ksysv/ServiceDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/ServiceDlg.cpp')
-rw-r--r--ksysv/ServiceDlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/ServiceDlg.cpp b/ksysv/ServiceDlg.cpp
index aac5bca..b4687d6 100644
--- a/ksysv/ServiceDlg.cpp
+++ b/ksysv/ServiceDlg.cpp
@@ -28,8 +28,8 @@
#define MIN_SIZE(A) A->setMinimumSize(A->tqsizeHint())
ServiceDlg::ServiceDlg (const TQString& action, const TQString& label,
- TQWidget* tqparent, const char* name)
- : KDialogBase (tqparent, name, false, action, Apply|Close, Apply, true)
+ TQWidget* parent, const char* name)
+ : KDialogBase (parent, name, false, action, Apply|Close, Apply, true)
{
TQWidget* page = new TQWidget (this);