aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/managementdialog.cpp4
-rw-r--r--src/modules/theme/managementdialog.h6
-rw-r--r--src/modules/theme/savethemedialog.h2
3 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/theme/managementdialog.cpp b/src/modules/theme/managementdialog.cpp
index 49116bcc8..4d92276d6 100644
--- a/src/modules/theme/managementdialog.cpp
+++ b/src/modules/theme/managementdialog.cpp
@@ -41,8 +41,8 @@
#include "kvi_dynamictooltip.h"
#include "kvi_iconmanager.h"
#include "kvi_msgbox.h"
-#include "kvi_tal_popupmenu.h"
-#include "kvi_tal_listwidget.h"
+#include "KviTalPopupMenu.h"
+#include "KviTalListWidget.h"
#include <QLayout>
diff --git a/src/modules/theme/managementdialog.h b/src/modules/theme/managementdialog.h
index 3df640222..0b69960c0 100644
--- a/src/modules/theme/managementdialog.h
+++ b/src/modules/theme/managementdialog.h
@@ -27,9 +27,9 @@
#include "kvi_optionswidget.h"
#include "KviPointerList.h"
#include "kvi_theme.h"
-#include "kvi_tal_popupmenu.h"
-#include "kvi_tal_wizard.h"
-#include "kvi_tal_listwidget.h"
+#include "KviTalPopupMenu.h"
+#include "KviTalWizard.h"
+#include "KviTalListWidget.h"
#include <QWidget>
#include <QComboBox>
diff --git a/src/modules/theme/savethemedialog.h b/src/modules/theme/savethemedialog.h
index 145ffdcbf..9d2140727 100644
--- a/src/modules/theme/savethemedialog.h
+++ b/src/modules/theme/savethemedialog.h
@@ -27,7 +27,7 @@
#include "kvi_settings.h"
#include "KviPointerList.h"
#include "kvi_theme.h"
-#include "kvi_tal_wizard.h"
+#include "KviTalWizard.h"
#include <QDialog>