diff options
Diffstat (limited to 'ksirc/NewWindowDialog.cpp')
-rw-r--r-- | ksirc/NewWindowDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/NewWindowDialog.cpp b/ksirc/NewWindowDialog.cpp index aa0bccf7..1a0f2dba 100644 --- a/ksirc/NewWindowDialog.cpp +++ b/ksirc/NewWindowDialog.cpp @@ -8,8 +8,8 @@ #include <klineedit.h> #include "NewWindowDialog.h" -NewWindowDialog::NewWindowDialog(const KSircChannel &channelInfo, TQWidget * tqparent, const char * name) - : KDialogBase(tqparent, name, true, i18n("New Window For"), Ok|Cancel, Ok, true), +NewWindowDialog::NewWindowDialog(const KSircChannel &channelInfo, TQWidget * parent, const char * name) + : KDialogBase(parent, name, true, i18n("New Window For"), Ok|Cancel, Ok, true), m_channelInfo(channelInfo) { TQHBox * w = makeHBoxMainWidget(); |