summaryrefslogtreecommitdiffstats
path: root/kworldwatch/applet.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:49:52 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:49:52 +0000
commitcfc42a28c327b96c6a2afee92af3bac1a479eb8a (patch)
treee3219edf5f827eaa4db3feb509a17846a1a5a752 /kworldwatch/applet.h
parenta73fc4d7e66fe0824313aa4e9a650c4cddef6e9f (diff)
downloadtdetoys-cfc42a28c327b96c6a2afee92af3bac1a479eb8a.tar.gz
tdetoys-cfc42a28c327b96c6a2afee92af3bac1a479eb8a.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1157650 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kworldwatch/applet.h')
-rw-r--r--kworldwatch/applet.h12
1 files changed, 6 insertions, 6 deletions
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 <qstring.h>
-#include <qpixmap.h>
+#include <tqstring.h>
+#include <tqpixmap.h>
#include <kpanelapplet.h>
@@ -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: