diff options
author | Michele Calgaro <[email protected]> | 2024-01-02 11:36:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-02 11:36:54 +0900 |
commit | 1ca6231ff7a251916340814041990bef8e282308 (patch) | |
tree | 70032d1b548c828ee397996ac1e6ef12b998698b /src/part/videoWindow.cpp | |
parent | 6208d03e3d27f1516519199132a8dc8d61e222f1 (diff) | |
download | codeine-1ca6231ff7a251916340814041990bef8e282308.tar.gz codeine-1ca6231ff7a251916340814041990bef8e282308.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/part/videoWindow.cpp')
-rw-r--r-- | src/part/videoWindow.cpp | 2 |
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() |