[kcmtabbox] Fix includes
This commit is contained in:
parent
81301d42ac
commit
06033f1263
1 changed files with 4 additions and 0 deletions
|
@ -24,10 +24,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include <QDesktopWidget>
|
#include <QDesktopWidget>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
#include <QStandardPaths>
|
#include <QStandardPaths>
|
||||||
|
#include <QPointer>
|
||||||
|
|
||||||
// KDE
|
// KDE
|
||||||
#include <KActionCollection>
|
#include <KActionCollection>
|
||||||
#include <KCModuleProxy>
|
#include <KCModuleProxy>
|
||||||
|
#include <KDialog>
|
||||||
#include <KGlobalAccel>
|
#include <KGlobalAccel>
|
||||||
//#include <KLocalizedString>
|
//#include <KLocalizedString>
|
||||||
#include <KPluginFactory>
|
#include <KPluginFactory>
|
||||||
|
@ -548,3 +550,5 @@ void KWinTabBoxConfig::slotGHNS()
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
#include "main.moc"
|
||||||
|
|
Loading…
Reference in a new issue