diff options
Diffstat (limited to 'kmoon/kmoonwidget.h')
-rw-r--r-- | kmoon/kmoonwidget.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kmoon/kmoonwidget.h b/kmoon/kmoonwidget.h index 19f21d0..cddc5c1 100644 --- a/kmoon/kmoonwidget.h +++ b/kmoon/kmoonwidget.h @@ -21,16 +21,15 @@ #ifndef KMOON #define KMOON -#include <tqwidget.h> #include <tqimage.h> -#include <sys/types.h> #include <time.h> #include <ksystemtray.h> + class TQPopupMenu; class MoonWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |