diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:11:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:11:58 -0600 |
commit | e8837d86c8961bdfb65c25c6ff040468c95240cd (patch) | |
tree | feaa7456a26d48b1f72a2518c3a765de158cf309 /kmymoney2/plugins/ofximport/ofximporterplugin.cpp | |
parent | d0af61c358a04f3d3b956636076eb073dcf253c0 (diff) | |
download | kmymoney-e8837d86c8961bdfb65c25c6ff040468c95240cd.tar.gz kmymoney-e8837d86c8961bdfb65c25c6ff040468c95240cd.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kmymoney2/plugins/ofximport/ofximporterplugin.cpp')
-rw-r--r-- | kmymoney2/plugins/ofximport/ofximporterplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/plugins/ofximport/ofximporterplugin.cpp b/kmymoney2/plugins/ofximport/ofximporterplugin.cpp index 0b9c9a0..a20db83 100644 --- a/kmymoney2/plugins/ofximport/ofximporterplugin.cpp +++ b/kmymoney2/plugins/ofximport/ofximporterplugin.cpp @@ -31,7 +31,7 @@ #include <kdebug.h> #include <tdefile.h> #include <kurl.h> -#include <kaction.h> +#include <tdeaction.h> #include <kmessagebox.h> // ---------------------------------------------------------------------------- |