summaryrefslogtreecommitdiff
path: root/core/launcher/taskbar.cpp
Side-by-side diff
Diffstat (limited to 'core/launcher/taskbar.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/taskbar.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/core/launcher/taskbar.cpp b/core/launcher/taskbar.cpp
index 54777c6..b69d165 100644
--- a/core/launcher/taskbar.cpp
+++ b/core/launcher/taskbar.cpp
@@ -18,3 +18,3 @@
**
-**********************************************************************/
+*********************************************************************/
@@ -34,5 +34,5 @@
#include <qpe/global.h>
-#ifdef QT_QWS_CUSTOM
-#include <qpe/custom.h>
-#endif
+//#ifdef QT_QWS_CUSTOM
+//#include <qpe/custom.h>
+//#endif
#if defined(QT_QWS_IPAQ)
@@ -153,3 +153,3 @@ TaskBar::TaskBar() : QHBox(0, 0, WStyle_Customize | WStyle_Tool | WStyle_StaysOn
//new QuickLauncher( this );
-
+
stack = new QWidgetStack( this );
@@ -160,3 +160,3 @@ TaskBar::TaskBar() : QHBox(0, 0, WStyle_Customize | WStyle_Tool | WStyle_StaysOn
stack->raiseWidget( mru );
-
+
waitIcon = new Wait( this );
@@ -274,3 +274,3 @@ void TaskBar::receive( const QCString &msg, const QByteArray &data )
}
-#ifdef CUSTOM_LEDS
+#ifdef CUSTOM_LEDS
else if ( msg == "setLed(int,bool)" ) {
@@ -280,3 +280,3 @@ void TaskBar::receive( const QCString &msg, const QByteArray &data )
}
-#endif
+#endif
}