aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/channelsjoin/channelsjoinwindow.cpp
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2007-02-05 04:39:05 +0000
committerGravatar Szymon Tomasz Stefanek2007-02-05 04:39:05 +0000
commit8b389677ecbcfe399ca6639583e91bcc41fe888a (patch)
treef259dab73930af69613e2035d2a8daddf907875e /src/modules/channelsjoin/channelsjoinwindow.cpp
parentlittle fix (diff)
downloadKVIrc-8b389677ecbcfe399ca6639583e91bcc41fe888a.tar.gz
KVIrc-8b389677ecbcfe399ca6639583e91bcc41fe888a.tar.bz2
KVIrc-8b389677ecbcfe399ca6639583e91bcc41fe888a.zip
Now you can crash with Qt4 too :)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@301 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/channelsjoin/channelsjoinwindow.cpp')
-rw-r--r--src/modules/channelsjoin/channelsjoinwindow.cpp4
1 files changed, 2 insertions, 2 deletions
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 <qlabel.h>
#include <qlineedit.h>
#include "kvi_tal_listview.h"
-#include <qgroupbox.h>
+#include <kvi_tal_groupbox.h>
#include <qlayout.h>
#include <qcheckbox.h>
#include <qpushbutton.h>
@@ -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);