summaryrefslogtreecommitdiffstats
path: root/kmoon/kmoonapplet.h
diff options
context:
space:
mode:
authorEmanoil Kotsev <deloptes@gmail.com>2020-07-29 22:43:44 +0200
committerEmanoil Kotsev <deloptes@gmail.com>2020-07-30 23:24:56 +0200
commita497253048f3fcd77450eba6db7e3732860c75f5 (patch)
treefd25c8dc26536464cc6320c78a238d93289535ad /kmoon/kmoonapplet.h
parent82041a4fb3365a91fd9d62fb005e2d89bd32752c (diff)
downloadtdetoys-a497253048f3fcd77450eba6db7e3732860c75f5.tar.gz
tdetoys-a497253048f3fcd77450eba6db7e3732860c75f5.zip
Remove unnecessary header includes
Fix rendering and tooltips Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Diffstat (limited to 'kmoon/kmoonapplet.h')
-rw-r--r--kmoon/kmoonapplet.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/kmoon/kmoonapplet.h b/kmoon/kmoonapplet.h
index 5018b3d..b9d5607 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;