diff options
Diffstat (limited to 'src/kdiff3_part.cpp')
-rw-r--r-- | src/kdiff3_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdiff3_part.cpp b/src/kdiff3_part.cpp index f43381b..eb0fe8a 100644 --- a/src/kdiff3_part.cpp +++ b/src/kdiff3_part.cpp @@ -251,7 +251,7 @@ bool KDiff3Part::saveFile() // It's usually safe to leave the factory code alone.. with the // notable exception of the TDEAboutData data -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <klocale.h> TDEInstance* KDiff3PartFactory::s_instance = 0L; |