summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_glview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_glview.cpp')
-rw-r--r--ksquirrel/sq_glview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksquirrel/sq_glview.cpp b/ksquirrel/sq_glview.cpp
index 7fd2ab5..59498ca 100644
--- a/ksquirrel/sq_glview.cpp
+++ b/ksquirrel/sq_glview.cpp
@@ -85,10 +85,10 @@ void SQ_GLView::createContent()
gl->glInitA();
gl->setFocus();
- connect(m_tabbar, TQT_SIGNAL(selected(int)), gl, TQT_SLOT(slotChangeTab(int)));
- connect(m_tabbar, TQT_SIGNAL(closeRequest(int)), gl, TQT_SLOT(slotCloseRequest(int)));
- connect(m_tabbar, TQT_SIGNAL(mouseMiddleClick(int)), gl, TQT_SLOT(slotCloseRequest(int)));
- connect(gl, TQT_SIGNAL(tabCountChanged()), this, TQT_SLOT(slotTabCountChanged()));
+ connect(m_tabbar, TQ_SIGNAL(selected(int)), gl, TQ_SLOT(slotChangeTab(int)));
+ connect(m_tabbar, TQ_SIGNAL(closeRequest(int)), gl, TQ_SLOT(slotCloseRequest(int)));
+ connect(m_tabbar, TQ_SIGNAL(mouseMiddleClick(int)), gl, TQ_SLOT(slotCloseRequest(int)));
+ connect(gl, TQ_SIGNAL(tabCountChanged()), this, TQ_SLOT(slotTabCountChanged()));
setStretchFactor(gl, 1);