aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/channelsjoin/channelsjoinwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/channelsjoin/channelsjoinwindow.cpp')
-rw-r--r--src/modules/channelsjoin/channelsjoinwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/channelsjoin/channelsjoinwindow.cpp b/src/modules/channelsjoin/channelsjoinwindow.cpp
index 13f196b5c..82a99e977 100644
--- a/src/modules/channelsjoin/channelsjoinwindow.cpp
+++ b/src/modules/channelsjoin/channelsjoinwindow.cpp
@@ -62,7 +62,7 @@ KviChannelsJoinWindow::KviChannelsJoinWindow(QWidget * par, const char * name)
setIcon(*(g_pIconManager->getSmallIcon(KVI_SMALLICON_CHANNEL)));
- QGridLayout * g = new QGridLayout(this,4,2,4,8);
+ QGridLayout * g = new QGridLayout(this);
m_pListView = new KviTalListView(this);
m_pListView->addColumn(__tr2qs("Channel"));