aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/managementdialog.cpp2
-rw-r--r--src/modules/theme/packthemedialog.cpp2
-rw-r--r--src/modules/theme/savethemedialog.cpp2
-rw-r--r--src/modules/theme/themefunctions.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/theme/managementdialog.cpp b/src/modules/theme/managementdialog.cpp
index 3a76d82f4..6e9032bd9 100644
--- a/src/modules/theme/managementdialog.cpp
+++ b/src/modules/theme/managementdialog.cpp
@@ -35,7 +35,7 @@
#include "KviMainWindow.h"
#include "KviIconManager.h"
#include "KviInternalCommand.h"
-#include "KviPackageFile.h"
+#include "KviPackageReader.h"
#include "kvi_fileextensions.h"
#include "KviFileDialog.h"
#include "KviDynamicToolTip.h"
diff --git a/src/modules/theme/packthemedialog.cpp b/src/modules/theme/packthemedialog.cpp
index bfaec19ca..ba44c006c 100644
--- a/src/modules/theme/packthemedialog.cpp
+++ b/src/modules/theme/packthemedialog.cpp
@@ -33,7 +33,7 @@
#include "KviApplication.h"
#include "KviMainWindow.h"
#include "KviIconManager.h"
-#include "KviPackageFile.h"
+#include "KviPackageWriter.h"
#include "kvi_fileextensions.h"
#include "KviFileDialog.h"
//#include "KviMessageBox.h"
diff --git a/src/modules/theme/savethemedialog.cpp b/src/modules/theme/savethemedialog.cpp
index 072eceb38..4e65b550c 100644
--- a/src/modules/theme/savethemedialog.cpp
+++ b/src/modules/theme/savethemedialog.cpp
@@ -32,7 +32,7 @@
#include "KviApplication.h"
#include "KviMainWindow.h"
#include "KviIconManager.h"
-#include "KviPackageFile.h"
+#include "KviPackageWriter.h"
#include "kvi_fileextensions.h"
#include "KviFileDialog.h"
#include "KviMessageBox.h"
diff --git a/src/modules/theme/themefunctions.cpp b/src/modules/theme/themefunctions.cpp
index 677c31e8c..ba7150b88 100644
--- a/src/modules/theme/themefunctions.cpp
+++ b/src/modules/theme/themefunctions.cpp
@@ -24,7 +24,7 @@
#include "themefunctions.h"
-#include "KviPackageFile.h"
+#include "KviPackageReader.h"
#include "KviLocale.h"
#include "KviMessageBox.h"
#include "KviApplication.h"