--- kdenetwork-4.8.3/kopete/kopete/kopetewindow.cpp.arm 2012-05-03 15:09:41.000000000 +0400 +++ kdenetwork-4.8.3/kopete/kopete/kopetewindow.cpp 2012-05-11 13:44:22.922176876 +0400 @@ -67,7 +67,6 @@ #include #include #include -#include #include #include "addcontactpage.h" @@ -271,9 +270,6 @@ KopeteWindow::KopeteWindow ( QWidget *pa QHBoxLayout *statusBarMessageLayout = new QHBoxLayout ( statusBarMessage ); statusBarMessageLayout->setMargin ( 2 ); - KStatusBarOfflineIndicator * indicator = new KStatusBarOfflineIndicator ( this ); - statusBar()->addPermanentWidget ( indicator, 0 ); - GlobalStatusMessageIconLabel *label = new GlobalStatusMessageIconLabel ( statusBarMessage ); connect ( label, SIGNAL (iconClicked(QPoint)), this, SLOT (slotGlobalStatusMessageIconClicked(QPoint)) );