summaryrefslogtreecommitdiffstats
path: root/ksvg/ecma/ksvg_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/ecma/ksvg_window.cpp')
-rw-r--r--ksvg/ecma/ksvg_window.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksvg/ecma/ksvg_window.cpp b/ksvg/ecma/ksvg_window.cpp
index a8504b80..979e7fed 100644
--- a/ksvg/ecma/ksvg_window.cpp
+++ b/ksvg/ecma/ksvg_window.cpp
@@ -39,7 +39,7 @@
#include <SVGPaintImpl.h>
#include <SVGZoomAndPanImpl.h>
-#include <kparts/part.h>
+#include <tdeparts/part.h>
#include <assert.h>
#include <kdebug.h>
#include <tqstylesheet.h>
@@ -70,7 +70,7 @@ using namespace KSVG;
navigator KSVG::Window::_Navigator DontDelete|ReadOnly
printNode KSVG::Window::_PrintNode DontDelete|Function 1
-# todo navigator, status/defaultstatus, like in KJS::Window (khtml)
+# todo navigator, status/defaultstatus, like in KJS::Window (tdehtml)
# todo close
# todo instancename
# todo setsrc, getsrc, reload, focus, blur, browsereval, findinstancebyname
@@ -381,7 +381,7 @@ Value WindowFunc::call(ExecState *exec, Object &thisObj, const List &args)
}
case KSVG::Window::_Prompt:
{
- // mop: from khtml. do we need that?
+ // mop: from tdehtml. do we need that?
// part->xmlDocImpl()->updateRendering();
bool ok;
TQString str2;