diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:55 -0600 |
commit | 05ca30417c525eb7b9c3b37a108f8952e392588e (patch) | |
tree | cec47579241cb65b8f10d1d9c6525648629c7164 /kmymoney2/dialogs/kchooseimportexportdlg.cpp | |
parent | e6f3eb4234a6cb4210a21953f304fa1770421c9f (diff) | |
download | kmymoney-05ca30417c525eb7b9c3b37a108f8952e392588e.tar.gz kmymoney-05ca30417c525eb7b9c3b37a108f8952e392588e.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kmymoney2/dialogs/kchooseimportexportdlg.cpp')
-rw-r--r-- | kmymoney2/dialogs/kchooseimportexportdlg.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/dialogs/kchooseimportexportdlg.cpp b/kmymoney2/dialogs/kchooseimportexportdlg.cpp index 69741ae..93212b4 100644 --- a/kmymoney2/dialogs/kchooseimportexportdlg.cpp +++ b/kmymoney2/dialogs/kchooseimportexportdlg.cpp @@ -17,8 +17,8 @@ * (at your option) any later version. * * * ***************************************************************************/ -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <kstandarddirs.h> #include <tqpixmap.h> @@ -27,9 +27,9 @@ #include <tqcombobox.h> #include <tqpushbutton.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeconfig.h> -#include <klocale.h> +#include <tdelocale.h> #include "kchooseimportexportdlg.h" |