summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:04:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:04:54 -0600
commit5d58fe4201cc465d1bc54f4c9530c653af7809a8 (patch)
treea6fbd804ab4f8625db3efe415d1c996e3e99b242 /src/main.cpp
parent1d9f3db1841239e26ac3dcb0c9b4075086870cb6 (diff)
downloadkdiff3-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.cpp4
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>