aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-12-29 05:32:48 +0000
committerGravatar Szymon Tomasz Stefanek2010-12-29 05:32:48 +0000
commitf6d426be0e871770a0be51cca7f6fe5267591d5a (patch)
tree8abd0c2bf2296b2a3400ea79e30dde212b7de3e6 /src/modules/theme
parentMore renames, fix the spelling of KVIrc etc... (diff)
downloadKVIrc-f6d426be0e871770a0be51cca7f6fe5267591d5a.tar.gz
KVIrc-f6d426be0e871770a0be51cca7f6fe5267591d5a.tar.bz2
KVIrc-f6d426be0e871770a0be51cca7f6fe5267591d5a.zip
More file splitting
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5255 17fca916-40b9-46aa-a4ea-0a15b648b75c
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"