fix kde4 build

fix tray destruction on KF5
This commit is contained in:
arcan1s
2015-03-16 08:52:23 +03:00
parent a2b1d46900
commit e4bcfb1653
6 changed files with 20 additions and 26 deletions

View File

@ -48,6 +48,7 @@ public:
QTranslator *appTranslator = 0);
~MainWindow();
Qt::ToolBarArea getToolBarArea();
void emitNeedToBeConfigured();
QStringList printSettings();
netctlCurrent printTrayInformation();
bool isHelperActive();
@ -86,9 +87,6 @@ public slots:
signals:
void needToBeConfigured();
void needShowAboutWindow();
void needShowNetctlAutoWindow();
void needShowSettingsWindow();
private slots:
void setTabByAction(QAction *action);