summaryrefslogtreecommitdiffstats
path: root/ksvg/ecma/ksvg_window.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:19 -0600
commit00b4f54142276b0e2272ca56e48558551ab7b2b0 (patch)
tree1d1054b59fc2e76d0c2bae00126bdf65d9318865 /ksvg/ecma/ksvg_window.cpp
parentc7549e238d15850306158ae153fc99126c84ab9d (diff)
downloadtdegraphics-00b4f54142276b0e2272ca56e48558551ab7b2b0.tar.gz
tdegraphics-00b4f54142276b0e2272ca56e48558551ab7b2b0.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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;