From 06033f126307e5b014438316f6cbfeade53c06f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 30 Sep 2013 15:13:14 +0200 Subject: [PATCH] [kcmtabbox] Fix includes --- kcmkwin/kwintabbox/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kcmkwin/kwintabbox/main.cpp b/kcmkwin/kwintabbox/main.cpp index d1fcc4f32c..265b993599 100644 --- a/kcmkwin/kwintabbox/main.cpp +++ b/kcmkwin/kwintabbox/main.cpp @@ -24,10 +24,12 @@ along with this program. If not, see . #include #include #include +#include // KDE #include #include +#include #include //#include #include @@ -548,3 +550,5 @@ void KWinTabBoxConfig::slotGHNS() } } // namespace + +#include "main.moc"