diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:04:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:04:54 -0600 |
commit | 5d58fe4201cc465d1bc54f4c9530c653af7809a8 (patch) | |
tree | a6fbd804ab4f8625db3efe415d1c996e3e99b242 /src/kdiff3_shell.h | |
parent | 1d9f3db1841239e26ac3dcb0c9b4075086870cb6 (diff) | |
download | kdiff3-5d58fe4201cc465d1bc54f4c9530c653af7809a8.tar.gz kdiff3-5d58fe4201cc465d1bc54f4c9530c653af7809a8.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/kdiff3_shell.h')
-rw-r--r-- | src/kdiff3_shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdiff3_shell.h b/src/kdiff3_shell.h index d9c5357..01389b5 100644 --- a/src/kdiff3_shell.h +++ b/src/kdiff3_shell.h @@ -24,7 +24,7 @@ #include <config.h> #endif -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeparts/mainwindow.h> class TDEToggleAction; |