summaryrefslogtreecommitdiffstats
path: root/ksysv/PreferencesDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/PreferencesDialog.cpp')
-rw-r--r--ksysv/PreferencesDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/PreferencesDialog.cpp b/ksysv/PreferencesDialog.cpp
index 759fbd8..2c92baa 100644
--- a/ksysv/PreferencesDialog.cpp
+++ b/ksysv/PreferencesDialog.cpp
@@ -28,9 +28,9 @@
#include "PreferencesDialog.h"
-KSVPreferences::KSVPreferences (TQWidget* tqparent)
+KSVPreferences::KSVPreferences (TQWidget* parent)
: KDialogBase (IconList, i18n("Configure"), Help|Ok|Apply|Cancel, Ok,
- tqparent, "KSysV Preferences", true, true),
+ parent, "KSysV Preferences", true, true),
mConfig (KSVConfig::self())
{
setMinimumSize (tqsizeHint ());