diff options
Diffstat (limited to 'src/entryview.cpp')
-rw-r--r-- | src/entryview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entryview.cpp b/src/entryview.cpp index 9019d18..37659d7 100644 --- a/src/entryview.cpp +++ b/src/entryview.cpp @@ -40,7 +40,7 @@ using Tellico::EntryView; -EntryView::EntryView(TQWidget* tqparent_, const char* name_) : KHTMLPart(tqparent_, name_), +EntryView::EntryView(TQWidget* parent_, const char* name_) : KHTMLPart(parent_, name_), m_entry(0), m_handler(0), m_run(0), m_tempFile(0), m_useGradientImages(true), m_checkCommonFile(true) { setJScriptEnabled(false); setJavaEnabled(false); @@ -266,7 +266,7 @@ void EntryView::slotRefresh() { // do some contortions in case the url is relative // need to interpret it relative to document URL instead of xslt file // the current node under the mouse vould be the text node inside -// the anchor node, so iterate up the tqparents +// the anchor node, so iterate up the parents void EntryView::slotOpenURL(const KURL& url_) { if(url_.protocol() == Latin1Literal("tc")) { // handle this internally |