summaryrefslogtreecommitdiffstats
path: root/src/modules/socketspy/socketspywindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/socketspy/socketspywindow.cpp')
-rw-r--r--src/modules/socketspy/socketspywindow.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/socketspy/socketspywindow.cpp b/src/modules/socketspy/socketspywindow.cpp
index a5ee44e4..54394e7d 100644
--- a/src/modules/socketspy/socketspywindow.cpp
+++ b/src/modules/socketspy/socketspywindow.cpp
@@ -37,11 +37,7 @@ KviSocketSpyWindow::KviSocketSpyWindow(KviFrame * lpFrm,KviConsole * lpConsole)
: KviWindow(KVI_WINDOW_TYPE_SOCKETSPY,lpFrm,"socket_spy",lpConsole) , KviIrcDataStreamMonitor(lpConsole->context())
{
g_pSocketSpyWindowList->append(this);
- #ifdef COMPILE_USE_QT4
m_pSplitter = new TQSplitter(Qt::Horizontal,this,"splitter");
- #else
- m_pSplitter = new TQSplitter(Qt::Horizontal,this,"splitter");
-#endif
m_pIrcView = new KviIrcView(m_pSplitter,lpFrm,this);
// Ensure proper focusing
//setFocusHandler(m_pIrcView,this);