From 8b389677ecbcfe399ca6639583e91bcc41fe888a Mon Sep 17 00:00:00 2001 From: Szymon Tomasz Stefanek Date: Mon, 5 Feb 2007 04:39:05 +0000 Subject: Now you can crash with Qt4 too :) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@301 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/channelsjoin/channelsjoinwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/channelsjoin/channelsjoinwindow.cpp') diff --git a/src/modules/channelsjoin/channelsjoinwindow.cpp b/src/modules/channelsjoin/channelsjoinwindow.cpp index ce46cbe79..01f4ab52f 100644 --- a/src/modules/channelsjoin/channelsjoinwindow.cpp +++ b/src/modules/channelsjoin/channelsjoinwindow.cpp @@ -38,7 +38,7 @@ #include #include #include "kvi_tal_listview.h" -#include +#include #include #include #include @@ -69,7 +69,7 @@ KviChannelsJoinWindow::KviChannelsJoinWindow(QWidget * par, const char * name) connect(m_pListView,SIGNAL(doubleClicked(KviTalListViewItem *)),this,SLOT(itemDoubleClicked(KviTalListViewItem *))); - m_pGroupBox = new QGroupBox(2,QGroupBox::Horizontal,__tr2qs("Channel" ),this); + m_pGroupBox = new KviTalGroupBox(2,KviTalGroupBox::Horizontal,__tr2qs("Channel" ),this); QString szMsg = __tr2qs("Name"); szMsg.append(":"); QLabel * l = new QLabel(szMsg,m_pGroupBox); -- cgit v1.3.1-10-gc9f91