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/main.cpp | |
parent | 1d9f3db1841239e26ac3dcb0c9b4075086870cb6 (diff) | |
download | kdiff3-5d58fe4201cc465d1bc54f4c9530c653af7809a8.tar.gz kdiff3-5d58fe4201cc465d1bc54f4c9530c653af7809a8.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 510961d..3733e00 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,8 +15,8 @@ * * ***************************************************************************/ -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> #include "kdiff3_shell.h" #include <kstandarddirs.h> |