diff options
| author | 2008-06-30 13:56:38 +0000 | |
|---|---|---|
| committer | 2008-06-30 13:56:38 +0000 | |
| commit | daacd749bb954a587013d26d5b1f965b7cf60d8b (patch) | |
| tree | 31d49f7d816af250722d101fea2f399a6a222164 /src/modules/channelsjoin/channelsjoinwindow.cpp | |
| parent | cleaned up kvistyledcontrols references on kvirc (complete) and modules (only... (diff) | |
| download | KVIrc-daacd749bb954a587013d26d5b1f965b7cf60d8b.tar.gz KVIrc-daacd749bb954a587013d26d5b1f965b7cf60d8b.tar.bz2 KVIrc-daacd749bb954a587013d26d5b1f965b7cf60d8b.zip | |
trashed kvi_styledcontrols
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1972 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/channelsjoin/channelsjoinwindow.cpp')
| -rw-r--r-- | src/modules/channelsjoin/channelsjoinwindow.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/channelsjoin/channelsjoinwindow.cpp b/src/modules/channelsjoin/channelsjoinwindow.cpp index badaf2226..75bacd393 100644 --- a/src/modules/channelsjoin/channelsjoinwindow.cpp +++ b/src/modules/channelsjoin/channelsjoinwindow.cpp @@ -39,7 +39,6 @@ #include <QLabel> #include <QLineEdit> #include <QLayout> -#include "kvi_styled_controls.h" #include <QPushButton> #include <QEvent> #include <QCloseEvent> @@ -100,7 +99,7 @@ KviChannelsJoinWindow::KviChannelsJoinWindow(QWidget * par, const char * name) g->addWidget(m_pJoinButton,2,0,1,2,Qt::AlignHCenter); // g->addMultiCellWidget(m_pJoinButton,2,2,0,1,Qt::AlignHCenter); - m_pShowAtStartupCheck = new KviStyledCheckBox(__tr2qs("Show this window after connecting"),this); + m_pShowAtStartupCheck = new QCheckBox(__tr2qs("Show this window after connecting"),this); m_pShowAtStartupCheck->setChecked(KVI_OPTION_BOOL(KviOption_boolShowChannelsJoinOnIrc)); g->addWidget(m_pShowAtStartupCheck,3,0); |
