summaryrefslogtreecommitdiffstats
path: root/krecipes/src/exporters/htmlexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/exporters/htmlexporter.cpp')
-rw-r--r--krecipes/src/exporters/htmlexporter.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/krecipes/src/exporters/htmlexporter.cpp b/krecipes/src/exporters/htmlexporter.cpp
index f501acd..b4c44f4 100644
--- a/krecipes/src/exporters/htmlexporter.cpp
+++ b/krecipes/src/exporters/htmlexporter.cpp
@@ -14,14 +14,14 @@
#include "htmlexporter.h"
-#include <ntqptrdict.h>
-#include <ntqimage.h>
-#include <ntqfileinfo.h>
-#include <ntqdir.h>
-#include <ntqstylesheet.h> //for TQStyleSheet::escape() to escape for HTML
+#include <tqptrdict.h>
+#include <tqimage.h>
+#include <tqfileinfo.h>
+#include <tqdir.h>
+#include <tqstylesheet.h> //for TQStyleSheet::escape() to escape for HTML
#include <dom/dom_element.h>
-#include <ntqpainter.h>
-#include <ntqfileinfo.h>
+#include <tqpainter.h>
+#include <tqfileinfo.h>
#include <tdeconfig.h>
#include <kdebug.h>