summaryrefslogtreecommitdiffabout
path: root/microkde/ksystemtray.h
Unidiff
Diffstat (limited to 'microkde/ksystemtray.h') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/ksystemtray.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/microkde/ksystemtray.h b/microkde/ksystemtray.h
new file mode 100644
index 0000000..f3e4f6a
--- a/dev/null
+++ b/microkde/ksystemtray.h
@@ -0,0 +1,14 @@
1#ifndef MICROKDE_KSYSTEMTRAY_H
2#define MICROKDE_KSYSTEMTRAY_H
3
4#include <qlabel.h>
5
6class KSystemTray : public QLabel
7{
8 Q_OBJECT
9 public:
10 KSystemTray( QWidget *parent = 0 );
11 void mousePressEvent( QMouseEvent *);
12};
13
14#endif