diff options
Diffstat (limited to 'kdat/OptionsDlg.cpp')
-rw-r--r-- | kdat/OptionsDlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/OptionsDlg.cpp b/kdat/OptionsDlg.cpp index 31aec9c..f056bbf 100644 --- a/kdat/OptionsDlg.cpp +++ b/kdat/OptionsDlg.cpp @@ -34,9 +34,9 @@ #include <kglobal.h> #include "OptionsDlg.moc" -OptionsDlg::OptionsDlg( TQWidget* tqparent, const char* name ) +OptionsDlg::OptionsDlg( TQWidget* parent, const char* name ) : KDialogBase( Swallow, i18n ("Options"), Ok | Apply | Cancel, - Ok, tqparent, name, true, true ), apply (0) + Ok, parent, name, true, true ), apply (0) { _baseWidget = new OptionsDlgWidget ( 0 ); setMainWidget (_baseWidget); |