From 030a2248f3630fd0404df98beffc78b5b5ca4c31 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 24 Aug 2023 21:28:39 +0900 Subject: Drop USE_QT4 code Signed-off-by: Michele Calgaro --- src/modules/channelsjoin/channelsjoinwindow.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/modules/channelsjoin') diff --git a/src/modules/channelsjoin/channelsjoinwindow.cpp b/src/modules/channelsjoin/channelsjoinwindow.cpp index fc3428bd..3dc26251 100644 --- a/src/modules/channelsjoin/channelsjoinwindow.cpp +++ b/src/modules/channelsjoin/channelsjoinwindow.cpp @@ -42,11 +42,7 @@ #include #include #include -#ifdef COMPILE_USE_QT4 - #include -#else #include -#endif #include extern KviChannelsJoinWindow * g_pChannelsWindow; @@ -98,11 +94,7 @@ KviChannelsJoinWindow::KviChannelsJoinWindow(TQWidget * par, const char * name) m_pJoinButton->setDefault(true); connect(m_pJoinButton,TQT_SIGNAL(clicked()),this,TQT_SLOT(joinClicked())); -#ifdef COMPILE_USE_QT4 - g->addMultiCellWidget(m_pJoinButton,2,2,0,1,TQt::AlignHCenter); -#else g->addMultiCellWidget(m_pJoinButton,2,2,0,1,AlignHCenter); -#endif m_pShowAtStartupCheck = new KviStyledCheckBox(__tr2qs("Show this window after connecting"),this); -- cgit v1.2.1