summaryrefslogtreecommitdiffstats
path: root/src/part/videoWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/part/videoWindow.cpp')
-rw-r--r--src/part/videoWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/videoWindow.cpp b/src/part/videoWindow.cpp
index eb1c859..2da1c35 100644
--- a/src/part/videoWindow.cpp
+++ b/src/part/videoWindow.cpp
@@ -71,7 +71,7 @@ VideoWindow::VideoWindow( TQWidget *parent, const char *name )
XUnlockDisplay( X::d );
- connect( &m_timer, SIGNAL(timeout()), SLOT(hideCursor()) );
+ connect( &m_timer, TQ_SIGNAL(timeout()), TQ_SLOT(hideCursor()) );
}
VideoWindow::~VideoWindow()