diff options
Diffstat (limited to 'noatun-plugins/ffrs/ffrs.cpp')
-rw-r--r-- | noatun-plugins/ffrs/ffrs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/ffrs/ffrs.cpp b/noatun-plugins/ffrs/ffrs.cpp index ae2a243..065069a 100644 --- a/noatun-plugins/ffrs/ffrs.cpp +++ b/noatun-plugins/ffrs/ffrs.cpp @@ -138,7 +138,7 @@ FFRS::FFRS() : TQObject(), Plugin() dpyleft = dpyright = 0; changed(); prefs = new FFRSPrefs(this); - connect(prefs, TQT_SIGNAL(changed()), TQT_SLOT(changed())); + connect(prefs, TQ_SIGNAL(changed()), TQ_SLOT(changed())); setSamples(256); |