summaryrefslogtreecommitdiffstats
path: root/noatun/library/cmodule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/cmodule.cpp')
-rw-r--r--noatun/library/cmodule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/cmodule.cpp b/noatun/library/cmodule.cpp
index 5163ef8b..185c98bc 100644
--- a/noatun/library/cmodule.cpp
+++ b/noatun/library/cmodule.cpp
@@ -83,7 +83,7 @@ General::General(TQObject *tqparent)
NoatunApp::DontPlay
);
- if (TQButton* b = mPlayOnStartup->tqfind(napp->startupPlayMode()))
+ if (TQButton* b = mPlayOnStartup->find(napp->startupPlayMode()))
{
b->toggle();
}