summaryrefslogtreecommitdiff
path: root/core/launcher/desktop.h
Unidiff
Diffstat (limited to 'core/launcher/desktop.h') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/desktop.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/core/launcher/desktop.h b/core/launcher/desktop.h
index 9bc4be9..b9ff39f 100644
--- a/core/launcher/desktop.h
+++ b/core/launcher/desktop.h
@@ -39,2 +39,3 @@ class DesktopPowerAlerter;
39class PackageSlave; 39class PackageSlave;
40class QPEScreenSaver;
40 41
@@ -46,2 +47,5 @@ public:
46 ~DesktopApplication(); 47 ~DesktopApplication();
48
49 static void switchLCD ( bool on ); // only for togglePower in Desktop
50
47signals: 51signals:
@@ -61,4 +65,6 @@ protected:
61#ifdef Q_WS_QWS 65#ifdef Q_WS_QWS
66
62 bool qwsEventFilter( QWSEvent * ); 67 bool qwsEventFilter( QWSEvent * );
63#endif 68#endif
69
64 void shutdown(); 70 void shutdown();
@@ -67,3 +73,4 @@ protected:
67public slots: 73public slots:
68 void receive( const QCString &msg, const QByteArray &data ); 74 virtual void desktopMessage ( const QCString &msg, const QByteArray &data );
75 virtual void systemMessage ( const QCString &msg, const QByteArray &data );
69 76
@@ -78,2 +85,3 @@ private:
78 QCopChannel *channel; 85 QCopChannel *channel;
86 QPEScreenSaver *m_screensaver;
79}; 87};
@@ -81,3 +89,4 @@ private:
81 89
82class Desktop : public QWidget { 90class Desktop : public QWidget
91{
83 Q_OBJECT 92 Q_OBJECT