summaryrefslogtreecommitdiffstats
path: root/src/app/videoWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/videoWindow.cpp')
-rw-r--r--src/app/videoWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/videoWindow.cpp b/src/app/videoWindow.cpp
index 0f2d540..e9230ce 100644
--- a/src/app/videoWindow.cpp
+++ b/src/app/videoWindow.cpp
@@ -54,7 +54,7 @@ VideoWindow::initVideo()
m_displayRatio = w / h;
}
- connect( &m_timer, SIGNAL(timeout()), SLOT(hideCursor()) );
+ connect( &m_timer, TQ_SIGNAL(timeout()), TQ_SLOT(hideCursor()) );
XUnlockDisplay( X::d );
}