summaryrefslogtreecommitdiffstats
path: root/ksvg
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:04:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:04:01 -0600
commit2a2a8b4626fafc14d01f9f8117b7e7b3aaef5947 (patch)
tree62907d5a4cd314a860f76c51f773b1b3524f1bad /ksvg
parent353ee75c29c4f6fb5ba22de5e2d1418cb9506ace (diff)
downloadtdegraphics-2a2a8b4626fafc14d01f9f8117b7e7b3aaef5947.tar.gz
tdegraphics-2a2a8b4626fafc14d01f9f8117b7e7b3aaef5947.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'ksvg')
-rw-r--r--ksvg/Makefile.am2
-rw-r--r--ksvg/ecma/ksvg_window.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/Makefile.am b/ksvg/Makefile.am
index e299df58..8dec4221 100644
--- a/ksvg/Makefile.am
+++ b/ksvg/Makefile.am
@@ -6,7 +6,7 @@ libksvg_la_METASOURCES = AUTO
libksvg_la_LDFLAGS = -version-info 0:1:0 -no-undefined $(all_libraries)
libksvg_la_LIBADD = dom/libksvgdom.la impl/libksvgdomimpl.la core/libksvgcore.la ecma/libksvgecma.la \
$(LCMS_LIBS) impl/libs/xrgbrender/libksvgxrgbrender.la impl/libs/libtext2path/src/libtext2path.la \
- impl/libs/art_support/libksvgart.la -lkjs $(LIB_KHTML) $(LIBART_LIBS) $(FREETYPE_LIBS) $(FONTCONFIG_LIBS)
+ impl/libs/art_support/libksvgart.la -lkjs $(LIB_TDEHTML) $(LIBART_LIBS) $(FREETYPE_LIBS) $(FONTCONFIG_LIBS)
INCLUDES = -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl $(all_includes)
diff --git a/ksvg/ecma/ksvg_window.h b/ksvg/ecma/ksvg_window.h
index 11655d7e..dc289191 100644
--- a/ksvg/ecma/ksvg_window.h
+++ b/ksvg/ecma/ksvg_window.h
@@ -115,7 +115,7 @@ protected:
void timerEvent(TQTimerEvent *e);
private:
Window *parent;
- //KHTMLPart *part; // not guarded, may be dangling
+ //TDEHTMLPart *part; // not guarded, may be dangling
TQMap<int, ScheduledAction*> scheduledActions;
};