diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:10:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:10:01 -0600 |
commit | 577ac5a23791dae4503e26ab46a3f7a0ba393c7a (patch) | |
tree | 86bdb25b48ee850dc404d382eecbf10f9f48f845 /src/app/history.cpp | |
parent | 5920e96087707ba892650898521dac63152274f9 (diff) | |
download | gwenview-577ac5a23791dae4503e26ab46a3f7a0ba393c7a.tar.gz gwenview-577ac5a23791dae4503e26ab46a3f7a0ba393c7a.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/app/history.cpp')
-rw-r--r-- | src/app/history.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/history.cpp b/src/app/history.cpp index 4105856..1bfe115 100644 --- a/src/app/history.cpp +++ b/src/app/history.cpp @@ -21,11 +21,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ // KDE -#include <kaction.h> +#include <tdeaction.h> #include <klocale.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <tdeversion.h> -#include <kstdaccel.h> +#include <tdestdaccel.h> #include <kstdguiitem.h> // Local |