diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:49:52 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:49:52 +0000 |
commit | cfc42a28c327b96c6a2afee92af3bac1a479eb8a (patch) | |
tree | e3219edf5f827eaa4db3feb509a17846a1a5a752 /kmoon/kmoonapplet.h | |
parent | a73fc4d7e66fe0824313aa4e9a650c4cddef6e9f (diff) | |
download | tdetoys-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 'kmoon/kmoonapplet.h')
-rw-r--r-- | kmoon/kmoonapplet.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kmoon/kmoonapplet.h b/kmoon/kmoonapplet.h index ac25d0f..1fdbf50 100644 --- a/kmoon/kmoonapplet.h +++ b/kmoon/kmoonapplet.h @@ -21,8 +21,8 @@ #ifndef KMOONAPPLET #define KMOONAPPLET -#include <qwidget.h> -#include <qimage.h> +#include <tqwidget.h> +#include <tqimage.h> #include <sys/types.h> #include <time.h> #include <ksystemtray.h> @@ -39,29 +39,29 @@ class MoonPAWidget : public KPanelApplet Q_OBJECT public: - MoonPAWidget(const QString& configFile, Type t = Normal, int actions = 0, - QWidget *parent = 0, const char *name = 0); + MoonPAWidget(const TQString& configFile, Type t = Normal, int actions = 0, + TQWidget *parent = 0, const char *name = 0); ~MoonPAWidget(); int widthForHeight(int height) const { return height; } int heightForWidth(int width) const { return width; } protected: - QPopupMenu *popup; + TQPopupMenu *popup; MoonWidget *moon; - QString tooltip; + TQString tooltip; void about() { showAbout(); } void preferences() { settings(); } protected slots: - void timerEvent( QTimerEvent *e); + void timerEvent( TQTimerEvent *e); void showAbout(); void settings(); protected: - void mousePressEvent( QMouseEvent *e); + void mousePressEvent( TQMouseEvent *e); }; #endif |