From 8661ec0ede0202e71162f6a918e66afa538337be Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 20:58:53 -0600 Subject: Rename kiobuffer and KHTML --- cmake | 2 +- src/gui/kdeext/klearlook.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake b/cmake index 9a21790..274366f 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 9a217903f9fa35ca12213a6e9ee3d2cb87d1131d +Subproject commit 274366fb8b90704586d7beef216b765cc0688b08 diff --git a/src/gui/kdeext/klearlook.cpp b/src/gui/kdeext/klearlook.cpp index cf4eb39..ca7f26a 100644 --- a/src/gui/kdeext/klearlook.cpp +++ b/src/gui/kdeext/klearlook.cpp @@ -168,7 +168,7 @@ inline TQColor midColor( const TQColor &a, const TQColor &b, double factor = 1.0 // Copied from Keramik... static bool isFormWidget( const TQWidget *widget ) { - //Form widgets are in the KHTMLView, but that has 2 further inner levels + //Form widgets are in the TDEHTMLView, but that has 2 further inner levels //of widgets - TQClipperWidget, and outside of that, TQViewportWidget TQWidget * potentialClipPort = widget->parentWidget(); @@ -180,9 +180,9 @@ static bool isFormWidget( const TQWidget *widget ) { if ( !potentialViewPort || potentialViewPort->isTopLevel() || qstrcmp( potentialViewPort->name(), "qt_viewport" ) ) return false; - TQWidget *potentialKHTML = potentialViewPort->parentWidget(); + TQWidget *potentialTDEHTML = potentialViewPort->parentWidget(); - if ( !potentialKHTML || potentialKHTML->isTopLevel() || qstrcmp( potentialKHTML->className(), "KHTMLView" ) ) + if ( !potentialTDEHTML || potentialTDEHTML->isTopLevel() || qstrcmp( potentialTDEHTML->className(), "TDEHTMLView" ) ) return false; return true; -- cgit v1.2.3