summaryrefslogtreecommitdiffstats
path: root/kmid/channelcfgdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmid/channelcfgdlg.cpp')
-rw-r--r--kmid/channelcfgdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmid/channelcfgdlg.cpp b/kmid/channelcfgdlg.cpp
index 4384dd7c..db320a28 100644
--- a/kmid/channelcfgdlg.cpp
+++ b/kmid/channelcfgdlg.cpp
@@ -12,7 +12,7 @@
#include <tqlayout.h>
#include <tqvbuttongroup.h>
-ChannelViewConfigDialog::ChannelViewConfigDialog(TQWidget *tqparent,const char *name) : KDialogBase(tqparent,name,TRUE,i18n("Configure Channel View"),Ok|Cancel, Ok)
+ChannelViewConfigDialog::ChannelViewConfigDialog(TQWidget *parent,const char *name) : KDialogBase(parent,name,TRUE,i18n("Configure Channel View"),Ok|Cancel, Ok)
{
TQWidget *page = new TQWidget( this );
setMainWidget(page);