diff options
Diffstat (limited to 'kmoon/kmoonapplet.h')
-rw-r--r-- | kmoon/kmoonapplet.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/kmoon/kmoonapplet.h b/kmoon/kmoonapplet.h index 5018b3d..d13a5ca 100644 --- a/kmoon/kmoonapplet.h +++ b/kmoon/kmoonapplet.h @@ -21,14 +21,9 @@ #ifndef KMOONAPPLET #define KMOONAPPLET -#include <tqwidget.h> -#include <tqimage.h> -#include <sys/types.h> -#include <time.h> -#include <ksystemtray.h> #include <kpanelapplet.h> -// #include "kmoonwidget.h" +#include "kmoonwidget.h" class TQPopupMenu; @@ -36,7 +31,7 @@ class MoonWidget; class MoonPAWidget : public KPanelApplet { - Q_OBJECT + TQ_OBJECT public: |