From cfc42a28c327b96c6a2afee92af3bac1a479eb8a Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:49:52 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1157650 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kworldwatch/applet.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kworldwatch/applet.h') diff --git a/kworldwatch/applet.h b/kworldwatch/applet.h index 7965b8f..8d8f90e 100644 --- a/kworldwatch/applet.h +++ b/kworldwatch/applet.h @@ -29,8 +29,8 @@ #define KWW_applet_h -#include -#include +#include +#include #include @@ -45,8 +45,8 @@ class KWWApplet : public KPanelApplet public: - KWWApplet(const QString& configFile, Type t = Normal, int actions = 0, - QWidget *parent = 0, const char *name = 0); + KWWApplet(const TQString& configFile, Type t = Normal, int actions = 0, + TQWidget *parent = 0, const char *name = 0); ~KWWApplet(); int widthForHeight(int height) const; @@ -55,8 +55,8 @@ public: protected: - void mousePressEvent(QMouseEvent *ev); - bool eventFilter(QObject *, QEvent *); + void mousePressEvent(TQMouseEvent *ev); + bool eventFilter(TQObject *, TQEvent *); private: -- cgit v1.2.1