diff options
author | Emanoil Kotsev <[email protected]> | 2020-07-29 22:43:44 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-07-31 13:04:16 +0900 |
commit | 2daa5d626d836ff5c0bae679b8aca570d94da7b2 (patch) | |
tree | da2d2f24a829904bfd7addacddf05e44fc19c743 /kmoon/kmoonwidget.h | |
parent | e8f9e29e10c3658926fb8c1f8486d14d05a51b98 (diff) | |
download | tdetoys-2daa5d626d836ff5c0bae679b8aca570d94da7b2.tar.gz tdetoys-2daa5d626d836ff5c0bae679b8aca570d94da7b2.zip |
Remove unnecessary header includes
Fix rendering and tooltips
Signed-off-by: Emanoil Kotsev <[email protected]>
(cherry picked from commit a497253048f3fcd77450eba6db7e3732860c75f5)
Diffstat (limited to 'kmoon/kmoonwidget.h')
-rw-r--r-- | kmoon/kmoonwidget.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kmoon/kmoonwidget.h b/kmoon/kmoonwidget.h index 19f21d0..6c66948 100644 --- a/kmoon/kmoonwidget.h +++ b/kmoon/kmoonwidget.h @@ -21,11 +21,10 @@ #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 |