summaryrefslogtreecommitdiff
path: root/core/launcher/desktop.cpp
Unidiff
Diffstat (limited to 'core/launcher/desktop.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/desktop.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/launcher/desktop.cpp b/core/launcher/desktop.cpp
index d74b745..1fd3f6a 100644
--- a/core/launcher/desktop.cpp
+++ b/core/launcher/desktop.cpp
@@ -154,3 +154,2 @@ void DesktopPowerAlerter::hideEvent( QHideEvent *e )
154 154
155
156class QPEScreenSaver : public QWSScreenSaver 155class QPEScreenSaver : public QWSScreenSaver
@@ -327,3 +326,2 @@ private:
327 326
328
329void DesktopApplication::switchLCD ( bool on ) 327void DesktopApplication::switchLCD ( bool on )
@@ -711,2 +709,3 @@ static bool isVisibleWindow( int wid )
711{ 709{
710#ifdef QWS
712 const QList<QWSWindow> &list = qwsServer->clientWindows(); 711 const QList<QWSWindow> &list = qwsServer->clientWindows();
@@ -717,2 +716,3 @@ static bool isVisibleWindow( int wid )
717 } 716 }
717#endif
718 return FALSE; 718 return FALSE;
@@ -722,2 +722,3 @@ static bool hasVisibleWindow( const QString& clientname )
722{ 722{
723#ifdef QWS
723 const QList<QWSWindow> &list = qwsServer->clientWindows(); 724 const QList<QWSWindow> &list = qwsServer->clientWindows();
@@ -728,2 +729,3 @@ static bool hasVisibleWindow( const QString& clientname )
728 } 729 }
730#endif
729 return FALSE; 731 return FALSE;