summaryrefslogtreecommitdiffstats
path: root/src/renderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer.cpp')
-rw-r--r--src/renderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.cpp b/src/renderer.cpp
index 963c987..f330da8 100644
--- a/src/renderer.cpp
+++ b/src/renderer.cpp
@@ -33,7 +33,7 @@ Renderer::Renderer():
m_curParagraph(0),
m_isRendering(false)
{
- connect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(timeout()));
+ connect(&m_timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(timeout()));
}