diff options
Diffstat (limited to 'katomic/configbox.cpp')
-rw-r--r-- | katomic/configbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/katomic/configbox.cpp b/katomic/configbox.cpp index 30c77dd3..ad524023 100644 --- a/katomic/configbox.cpp +++ b/katomic/configbox.cpp @@ -16,8 +16,8 @@ extern Options settings; -ConfigBox::ConfigBox ( TQWidget *tqparent, const char *name) - : KDialogBase ( tqparent, name, true, i18n("Configure"), Ok | Cancel, Ok, true ) +ConfigBox::ConfigBox ( TQWidget *parent, const char *name) + : KDialogBase ( parent, name, true, i18n("Configure"), Ok | Cancel, Ok, true ) { TQWidget *page = makeMainWidget(); |