diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:01:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:01:13 -0600 |
commit | e087f4bae70208de4f9c6a60816c5f3738c4b47c (patch) | |
tree | 124f334b4cbfdaa7e0ef4013378c2c8f4de97b5f /sip/tdehtml/tdehtmlview.sip | |
parent | 6f927e3813af49a237670d3b42366a43c126b0a9 (diff) | |
download | pytde-e087f4bae70208de4f9c6a60816c5f3738c4b47c.tar.gz pytde-e087f4bae70208de4f9c6a60816c5f3738c4b47c.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'sip/tdehtml/tdehtmlview.sip')
-rw-r--r-- | sip/tdehtml/tdehtmlview.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/tdehtml/tdehtmlview.sip b/sip/tdehtml/tdehtmlview.sip index a03102a..29dc209 100644 --- a/sip/tdehtml/tdehtmlview.sip +++ b/sip/tdehtml/tdehtmlview.sip @@ -26,7 +26,7 @@ //ig namespace tdehtml; -class KHTMLView : TQScrollView +class TDEHTMLView : TQScrollView { %TypeHeaderCode #include <tdehtmlview.h> @@ -34,8 +34,8 @@ class KHTMLView : TQScrollView public: - KHTMLView (KHTMLPart*, TQWidget* /TransferThis/, const char* = 0); - KHTMLPart* part () const; + TDEHTMLView (TDEHTMLPart*, TQWidget* /TransferThis/, const char* = 0); + TDEHTMLPart* part () const; int frameWidth () const; void setMarginWidth (int); int marginWidth () const; @@ -132,13 +132,13 @@ protected slots: // must be sorted by name. static sipStringTypeClassMap map[] = { - {sipName_KHTMLView, &sipClass_KHTMLView}, - {sipName_KHTMLPart, &sipClass_KHTMLPart}, + {sipName_TDEHTMLView, &sipClass_TDEHTMLView}, + {sipName_TDEHTMLPart, &sipClass_TDEHTMLPart}, }; sipClass = sipMapStringToClass(sipCpp -> className(),map,sizeof (map)/sizeof (map[0])); %End //end -}; // class KHTMLView +}; // class TDEHTMLView |