summaryrefslogtreecommitdiffstats
path: root/adept/notifier/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'adept/notifier/app.h')
-rw-r--r--adept/notifier/app.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/adept/notifier/app.h b/adept/notifier/app.h
index c543aaa..82f6fb6 100644
--- a/adept/notifier/app.h
+++ b/adept/notifier/app.h
@@ -25,6 +25,7 @@ signals:
void aboutSelected();
protected:
void mouseReleaseEvent( QMouseEvent * );
+ void resizeEvent( QResizeEvent * );
int m_updates;
KAction *m_quit, *m_about;
};
@@ -40,6 +41,7 @@ signals:
void clicked();
protected:
void mousePressEvent(QMouseEvent*);
+ void resizeEvent(QResizeEvent *);
};
// used for the reboot notifier
@@ -50,12 +52,13 @@ signals:
void clicked();
protected:
void mousePressEvent(QMouseEvent*);
+ void resizeEvent(QResizeEvent *);
};
// application watching the current status
-// it will update the icon and run
+// it will update the icon and run
class NotifierApp : public KUniqueApplication
{
Q_OBJECT