diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:54:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:54:22 -0600 |
commit | 038b18b2df1da40baab30d62171766048a948095 (patch) | |
tree | ba99d50e3e7b3f2eccb63ba71aea4f6163ede37a /filters/xsltfilter | |
parent | d0baf2961c379b31587c6542625018c6177474d0 (diff) | |
download | koffice-038b18b2df1da40baab30d62171766048a948095.tar.gz koffice-038b18b2df1da40baab30d62171766048a948095.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'filters/xsltfilter')
-rw-r--r-- | filters/xsltfilter/export/xsltexportdia.cc | 4 | ||||
-rw-r--r-- | filters/xsltfilter/import/xsltimportdia.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/filters/xsltfilter/export/xsltexportdia.cc b/filters/xsltfilter/export/xsltexportdia.cc index 76805f9b..aa16c723 100644 --- a/filters/xsltfilter/export/xsltexportdia.cc +++ b/filters/xsltfilter/export/xsltexportdia.cc @@ -27,12 +27,12 @@ #include <kapplication.h> #include <kglobal.h> #include <klocale.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <tdeversion.h> #include <kstandarddirs.h> #include <krecentdocument.h> #include <ktempfile.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kdebug.h> #include <KoFilterManager.h> #include <KoStoreDevice.h> diff --git a/filters/xsltfilter/import/xsltimportdia.h b/filters/xsltfilter/import/xsltimportdia.h index 763f4104..1261f27f 100644 --- a/filters/xsltfilter/import/xsltimportdia.h +++ b/filters/xsltfilter/import/xsltimportdia.h @@ -21,7 +21,7 @@ #define __XSLTIMPORTDIA_H__ #include "kapplication.h" -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <KoStore.h> #include "xsltdialog.h" |