author | zautrix <zautrix> | 2004-10-27 13:36:25 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-27 13:36:25 (UTC) |
commit | e099c37ac90e95c5a3110941aaae2be229bccb8e (patch) (unidiff) | |
tree | dad2ae54474767c4c5797e1780c4a3fee8c132e5 /kalarmd/simplealarmdaemonapplet.h | |
parent | 2f3396d84d2f3c92e1e0e420d677892c1f9c0778 (diff) | |
download | kdepimpi-e099c37ac90e95c5a3110941aaae2be229bccb8e.zip kdepimpi-e099c37ac90e95c5a3110941aaae2be229bccb8e.tar.gz kdepimpi-e099c37ac90e95c5a3110941aaae2be229bccb8e.tar.bz2 |
wn view enhancements
Diffstat (limited to 'kalarmd/simplealarmdaemonapplet.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kalarmd/simplealarmdaemonapplet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kalarmd/simplealarmdaemonapplet.h b/kalarmd/simplealarmdaemonapplet.h index a4cbee4..1787bf3 100644 --- a/kalarmd/simplealarmdaemonapplet.h +++ b/kalarmd/simplealarmdaemonapplet.h | |||
@@ -1,26 +1,25 @@ | |||
1 | #ifndef SIMPLEALARMDAEMONAPPLET_H | 1 | #ifndef SIMPLEALARMDAEMONAPPLET_H |
2 | #define SIMPLEALARMDAEMONAPPLET_H | 2 | #define SIMPLEALARMDAEMONAPPLET_H |
3 | 3 | ||
4 | #include <qpe/taskbarappletinterface.h> | 4 | #include <qpe/taskbarappletinterface.h> |
5 | 5 | ||
6 | class SimpleAlarmDaemonImpl; | 6 | class SimpleAlarmDaemonImpl; |
7 | class ScreenshotApplet; | ||
8 | 7 | ||
9 | class SimpleAlarmDaemonApplet : public TaskbarAppletInterface | 8 | class SimpleAlarmDaemonApplet : public TaskbarAppletInterface |
10 | { | 9 | { |
11 | public: | 10 | public: |
12 | SimpleAlarmDaemonApplet(); | 11 | SimpleAlarmDaemonApplet(); |
13 | virtual ~SimpleAlarmDaemonApplet(); | 12 | virtual ~SimpleAlarmDaemonApplet(); |
14 | 13 | ||
15 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); | 14 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); |
16 | Q_REFCOUNT | 15 | Q_REFCOUNT |
17 | 16 | ||
18 | virtual QWidget *applet( QWidget *parent ); | 17 | virtual QWidget *applet( QWidget *parent ); |
19 | virtual int position() const; | 18 | virtual int position() const; |
20 | 19 | ||
21 | private: | 20 | private: |
22 | SimpleAlarmDaemonImpl *mApplet; | 21 | SimpleAlarmDaemonImpl *mApplet; |
23 | ulong ref; | 22 | ulong ref; |
24 | }; | 23 | }; |
25 | 24 | ||
26 | #endif | 25 | #endif |