diff options
Diffstat (limited to 'lib/kofficecore/KoTemplates.cpp')
| -rw-r--r-- | lib/kofficecore/KoTemplates.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoTemplates.cpp b/lib/kofficecore/KoTemplates.cpp index 313d3af4b..b0a54a1c2 100644 --- a/lib/kofficecore/KoTemplates.cpp +++ b/lib/kofficecore/KoTemplates.cpp @@ -23,7 +23,7 @@ #include <tqimage.h> #include <tqprinter.h> -#include <kdesktopfile.h> +#include <tdedesktopfile.h> #include <tdesimpleconfig.h> #include <kdebug.h> #include <tdeversion.h> @@ -270,7 +270,7 @@ void KoTemplateTree::readTemplates() { TQString measureSystem; // If a desktop file, then read the name from it. // Otherwise (or if no name in it?) use file name - if (KDesktopFile::isDesktopFile(filePath)) { + if (TDEDesktopFile::isDesktopFile(filePath)) { TDESimpleConfig config(filePath, true); config.setDesktopGroup(); if (config.readEntry("Type")=="Link") { |
