From 7346aee26bf190a7e70333c40fab4caca847cd27 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:22:56 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1157634 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun-plugins/ffrs/ffrs.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'noatun-plugins/ffrs/ffrs.h') diff --git a/noatun-plugins/ffrs/ffrs.h b/noatun-plugins/ffrs/ffrs.h index b97c576..a29a1c2 100644 --- a/noatun-plugins/ffrs/ffrs.h +++ b/noatun-plugins/ffrs/ffrs.h @@ -9,26 +9,26 @@ class View : public QWidget { Q_OBJECT public: - View(int width, int height, int block, int unblock, QColor front, QColor back, int channel); + View(int width, int height, int block, int unblock, TQColor front, TQColor back, int channel); ~View(); void draw(float intensity); - virtual void mouseMoveEvent(QMouseEvent *e); - virtual void mousePressEvent(QMouseEvent *e); - virtual void mouseReleaseEvent(QMouseEvent *e); + virtual void mouseMoveEvent(TQMouseEvent *e); + virtual void mousePressEvent(TQMouseEvent *e); + virtual void mouseReleaseEvent(TQMouseEvent *e); private: int units; - QColor fg, bg; + TQColor fg, bg; bool moving; - QPoint mMousePoint; + TQPoint mMousePoint; int mChannel; }; class FFRSPrefs; -class FFRS : public QObject, public Plugin, public StereoScope +class FFRS : public TQObject, public Plugin, public StereoScope { Q_OBJECT @@ -55,7 +55,7 @@ class FFRSPrefs : public CModule Q_OBJECT public: - FFRSPrefs( QObject *parent ); + FFRSPrefs( TQObject *parent ); virtual void save(); int width(); @@ -64,8 +64,8 @@ public: int bgblock(); int rate(); - QColor bgcolor(); - QColor fgcolor(); + TQColor bgcolor(); + TQColor fgcolor(); signals: void changed(); -- cgit v1.2.1