summaryrefslogtreecommitdiff
path: root/core/applets/screenshotapplet/screenshot.h
Unidiff
Diffstat (limited to 'core/applets/screenshotapplet/screenshot.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/screenshotapplet/screenshot.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/core/applets/screenshotapplet/screenshot.h b/core/applets/screenshotapplet/screenshot.h
index b753583..e7b6040 100644
--- a/core/applets/screenshotapplet/screenshot.h
+++ b/core/applets/screenshotapplet/screenshot.h
@@ -13,6 +13,6 @@
13**********************************************************************/ 13**********************************************************************/
14 14
15#ifndef __SCREENSHOT_APPLET_H__ 15#ifndef SCREENSHOT_APPLET_H__
16#define __SCREENSHOT_APPLET_H__ 16#define SCREENSHOT_APPLET_H__
17 17
18 18
@@ -48,5 +48,6 @@ private:
48private slots: 48private slots:
49 void slotGrab(); 49 void slotGrab();
50 void slotScap(); 50 void slotScap();
51 void slotDrawpad();
51 void savePixmap(); 52 void savePixmap();
52 void performGrab(); 53 void performGrab();
@@ -58,9 +59,9 @@ public:
58 ~ScreenshotApplet(); 59 ~ScreenshotApplet();
59 static int position(); 60 static int position();
60 61
61protected: 62protected:
62 void mousePressEvent( QMouseEvent * ); 63 void mousePressEvent( QMouseEvent * );
63 void paintEvent( QPaintEvent* ); 64 void paintEvent( QPaintEvent* );
64 65
65private: 66private:
66 QPixmap m_icon; 67 QPixmap m_icon;