summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/synaescope/synaescope.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/synaescope/synaescope.h')
-rw-r--r--noatun-plugins/synaescope/synaescope.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/synaescope/synaescope.h b/noatun-plugins/synaescope/synaescope.h
index 718c2b9..af1b6f5 100644
--- a/noatun-plugins/synaescope/synaescope.h
+++ b/noatun-plugins/synaescope/synaescope.h
@@ -14,7 +14,7 @@
class SynaePrefs;
class KProcess;
-class SynaeScope : public QObject, public Plugin
+class SynaeScope : public TQObject, public Plugin
{
Q_OBJECT
@@ -33,7 +33,7 @@ private slots:
private:
KProcess process;
- QString scopeExePath;
+ TQString scopeExePath;
bool restarting;
SynaePrefs *mPrefs;
};