diff options
Diffstat (limited to 'noatun/modules/kjofol-skin/kjbackground.h')
-rw-r--r-- | noatun/modules/kjofol-skin/kjbackground.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/noatun/modules/kjofol-skin/kjbackground.h b/noatun/modules/kjofol-skin/kjbackground.h index 502611c5..d09d22c5 100644 --- a/noatun/modules/kjofol-skin/kjbackground.h +++ b/noatun/modules/kjofol-skin/kjbackground.h @@ -5,17 +5,17 @@ //#include "kjloader.h" class KJLoader; -#include <qpainter.h> +#include <tqpainter.h> class KJBackground : public KJWidget { public: KJBackground(KJLoader *); - virtual void paint(QPainter *, const QRect &rect); - virtual bool mousePress(const QPoint &) {return false;} - virtual void mouseRelease(const QPoint &, bool) {} + virtual void paint(TQPainter *, const TQRect &rect); + virtual bool mousePress(const TQPoint &) {return false;} + virtual void mouseRelease(const TQPoint &, bool) {} private: - QPixmap mBackground; + TQPixmap mBackground; }; #endif |