mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: remove duplicate header inclusion
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e583beafbf
commit
1bd5eb7d08
2 changed files with 1 additions and 2 deletions
|
@ -67,7 +67,7 @@ bool KMainWindowInterface::disableAction( const QString& action)
|
|||
tmp_Action->setEnabled(false);
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
#include <QWidget>
|
||||
#include <QtXml/qdom.h>
|
||||
#include <QtXml/qdom.h>
|
||||
#include <kapplication.h>
|
||||
#include <kmainwindow.h>
|
||||
#include <ktoolbar.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue