diff options
Diffstat (limited to 'noatun/library/app.cpp')
-rw-r--r-- | noatun/library/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/app.cpp b/noatun/library/app.cpp index d135658e..e93509d9 100644 --- a/noatun/library/app.cpp +++ b/noatun/library/app.cpp @@ -101,7 +101,7 @@ NoatunApp::NoatunApp() mEffectView=new EffectView; // 859 mEqualizerView=new EqualizerView; // 24 - TQTimer::singleShot(0, mDownloader, TQT_SLOT(start())); + TQTimer::singleShot(0, mDownloader, TQ_SLOT(start())); ::globalVideo = new GlobalVideo; |