-rw-r--r-- | microkde/ksystemtray.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/microkde/ksystemtray.cpp b/microkde/ksystemtray.cpp index 4f81d02..0d0045f 100644 --- a/microkde/ksystemtray.cpp +++ b/microkde/ksystemtray.cpp | |||
@@ -1,11 +1,14 @@ | |||
1 | #include "ksystemtray.h" | 1 | #include "ksystemtray.h" |
2 | //Added by qt3to4: | ||
3 | #include <QMouseEvent> | ||
4 | #include <QLabel> | ||
2 | 5 | ||
3 | void KSystemTray::mousePressEvent( QMouseEvent *) | 6 | void KSystemTray::mousePressEvent( QMouseEvent *) |
4 | { | 7 | { |
5 | ; //qDebug("hallo"); | 8 | ; //qDebug("hallo"); |
6 | } | 9 | } |
7 | 10 | ||
8 | KSystemTray::KSystemTray( QWidget *parent ) : QLabel( parent ) | 11 | KSystemTray::KSystemTray( QWidget *parent ) : QLabel( parent ) |
9 | { | 12 | { |
10 | 13 | ||
11 | } | 14 | } |