aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/ThemeManagementDialog.cpp1
-rw-r--r--src/modules/theme/ThemeManagementDialog.h1
-rw-r--r--src/modules/theme/WebThemeInterfaceDialog.cpp4
3 files changed, 1 insertions, 5 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp
index 9710750e5..9f7160cda 100644
--- a/src/modules/theme/ThemeManagementDialog.cpp
+++ b/src/modules/theme/ThemeManagementDialog.cpp
@@ -66,7 +66,6 @@
#include <QBuffer>
#include <QCloseEvent>
#include <QSplitter>
-#include <QTextDocument>
#include <QAbstractTextDocumentLayout>
#include <QShortcut>
#include <QMenu>
diff --git a/src/modules/theme/ThemeManagementDialog.h b/src/modules/theme/ThemeManagementDialog.h
index b0ec67b00..9fbdb1ff7 100644
--- a/src/modules/theme/ThemeManagementDialog.h
+++ b/src/modules/theme/ThemeManagementDialog.h
@@ -33,7 +33,6 @@
#include <QWidget>
#include <QComboBox>
#include <QCursor>
-#include <QTextDocument>
#include <QListWidget>
#include <QItemDelegate>
#include <QToolButton>
diff --git a/src/modules/theme/WebThemeInterfaceDialog.cpp b/src/modules/theme/WebThemeInterfaceDialog.cpp
index 5d412d062..b42219f0e 100644
--- a/src/modules/theme/WebThemeInterfaceDialog.cpp
+++ b/src/modules/theme/WebThemeInterfaceDialog.cpp
@@ -70,9 +70,7 @@ bool WebThemeInterfaceDialog::packageIsInstalled(const QString &szId,const QStri
KviFileUtils::fileExists(m_szLocalThemesPath+szId+"-"+szVersion);
}
-#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES
- #include "WebThemeInterfaceDialog.moc"
-#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES
+
#endif //COMPILE_WEBKIT_SUPPORT