From 9b5016f30bb619b702664aad1e12cd4de4bc5b5b Mon Sep 17 00:00:00 2001 From: harlekin Date: Wed, 22 May 2002 16:43:38 +0000 Subject: followup for custom-ipaq to make it compile again --- (limited to 'core/launcher') 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 @@ -16,7 +16,7 @@ ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** -**********************************************************************/ +*********************************************************************/ #include "startmenu.h" #include "inputmethods.h" @@ -32,9 +32,9 @@ #include #include #include -#ifdef QT_QWS_CUSTOM -#include -#endif +//#ifdef QT_QWS_CUSTOM +//#include +//#endif #if defined(QT_QWS_IPAQ) #include "qpe/custom-ipaq.h" #endif @@ -151,14 +151,14 @@ TaskBar::TaskBar() : QHBox(0, 0, WStyle_Customize | WStyle_Tool | WStyle_StaysOn connect( inputMethods, SIGNAL(inputToggled(bool)), this, SLOT(calcMaxWindowRect()) ); //new QuickLauncher( this ); - + stack = new QWidgetStack( this ); stack->setSizePolicy( QSizePolicy( QSizePolicy::Expanding, QSizePolicy::Minimum ) ); label = new QLabel(stack); mru = new MRUList( stack ); stack->raiseWidget( mru ); - + waitIcon = new Wait( this ); (void) new AppIcons( this ); @@ -272,13 +272,13 @@ void TaskBar::receive( const QCString &msg, const QByteArray &data ) } else if ( msg == "soundAlarm()" ) { Desktop::soundAlarm(); } -#ifdef CUSTOM_LEDS +#ifdef CUSTOM_LEDS else if ( msg == "setLed(int,bool)" ) { int led, status; stream >> led >> status; CUSTOM_LEDS( led, status ); } -#endif +#endif } QWidget *TaskBar::calibrate(bool) -- cgit v0.9.0.2