-rw-r--r-- | core/launcher/taskbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/taskbar.cpp b/core/launcher/taskbar.cpp index 9f397eb..988d072 100644 --- a/core/launcher/taskbar.cpp +++ b/core/launcher/taskbar.cpp | |||
@@ -161,25 +161,25 @@ TaskBar::TaskBar() : QHBox(0, 0, WStyle_Customize | WStyle_Tool | WStyle_StaysOn | |||
161 | 161 | ||
162 | runningAppBar = new RunningAppBar(stack); | 162 | runningAppBar = new RunningAppBar(stack); |
163 | stack->raiseWidget(runningAppBar); | 163 | stack->raiseWidget(runningAppBar); |
164 | 164 | ||
165 | waitIcon = new Wait( this ); | 165 | waitIcon = new Wait( this ); |
166 | (void) new AppIcons( this ); | 166 | (void) new AppIcons( this ); |
167 | 167 | ||
168 | sysTray = new SysTray( this ); | 168 | sysTray = new SysTray( this ); |
169 | 169 | ||
170 | // ## make customizable in some way? | 170 | // ## make customizable in some way? |
171 | #ifdef QT_QWS_CUSTOM | 171 | #ifdef QT_QWS_CUSTOM |
172 | lockState = new LockKeyState( this ); | 172 | lockState = new LockKeyState( this ); |
173 | y#else | 173 | #else |
174 | lockState = 0; | 174 | lockState = 0; |
175 | #endif | 175 | #endif |
176 | 176 | ||
177 | #if defined(Q_WS_QWS) | 177 | #if defined(Q_WS_QWS) |
178 | #if !defined(QT_NO_COP) | 178 | #if !defined(QT_NO_COP) |
179 | QCopChannel *channel = new QCopChannel( "QPE/TaskBar", this ); | 179 | QCopChannel *channel = new QCopChannel( "QPE/TaskBar", this ); |
180 | connect( channel, SIGNAL(received(const QCString&, const QByteArray&)), | 180 | connect( channel, SIGNAL(received(const QCString&, const QByteArray&)), |
181 | this, SLOT(receive(const QCString&, const QByteArray&)) ); | 181 | this, SLOT(receive(const QCString&, const QByteArray&)) ); |
182 | #endif | 182 | #endif |
183 | #endif | 183 | #endif |
184 | waitTimer = new QTimer( this ); | 184 | waitTimer = new QTimer( this ); |
185 | connect( waitTimer, SIGNAL( timeout() ), this, SLOT( stopWait() ) ); | 185 | connect( waitTimer, SIGNAL( timeout() ), this, SLOT( stopWait() ) ); |