summaryrefslogtreecommitdiffstats
path: root/filters/xsltfilter
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:07:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:07:29 -0600
commit3b6870c6e1177574772803b5b09416903ee40fc0 (patch)
tree03b48b993d5dcf6f87b5f76824fd215f1ae98b67 /filters/xsltfilter
parenta5df607029e00ab0240203fc24083723a23fb720 (diff)
downloadkoffice-3b6870c6e1177574772803b5b09416903ee40fc0.tar.gz
koffice-3b6870c6e1177574772803b5b09416903ee40fc0.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'filters/xsltfilter')
-rw-r--r--filters/xsltfilter/export/xsltexportdia.cc2
-rw-r--r--filters/xsltfilter/import/xsltimportdia.cc2
-rw-r--r--filters/xsltfilter/import/xsltimportdia.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/filters/xsltfilter/export/xsltexportdia.cc b/filters/xsltfilter/export/xsltexportdia.cc
index 923b2dee..be32e432 100644
--- a/filters/xsltfilter/export/xsltexportdia.cc
+++ b/filters/xsltfilter/export/xsltexportdia.cc
@@ -24,7 +24,7 @@
#include <tqdir.h>
#include <tqcombobox.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kglobal.h>
#include <klocale.h>
#include <tdeconfig.h>
diff --git a/filters/xsltfilter/import/xsltimportdia.cc b/filters/xsltfilter/import/xsltimportdia.cc
index 67d6aec0..a29638e6 100644
--- a/filters/xsltfilter/import/xsltimportdia.cc
+++ b/filters/xsltfilter/import/xsltimportdia.cc
@@ -27,7 +27,7 @@
#include <tqstringlist.h>
#include <tqdir.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <kglobal.h>
diff --git a/filters/xsltfilter/import/xsltimportdia.h b/filters/xsltfilter/import/xsltimportdia.h
index 1261f27f..bb2bc985 100644
--- a/filters/xsltfilter/import/xsltimportdia.h
+++ b/filters/xsltfilter/import/xsltimportdia.h
@@ -20,7 +20,7 @@
#ifndef __XSLTIMPORTDIA_H__
#define __XSLTIMPORTDIA_H__
-#include "kapplication.h"
+#include "tdeapplication.h"
#include <tdefiledialog.h>
#include <KoStore.h>
#include "xsltdialog.h"