From a66f7ec245037f5a3d9c57717d749d4f7d06f2ca Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- style/qtcurve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style/qtcurve.h') diff --git a/style/qtcurve.h b/style/qtcurve.h index 930a67a..63db16f 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -240,7 +240,7 @@ class TQtCurveStyle : public BASE_STYLE TQPixmap * getPixmap(const TQColor col, EPixmap pix, double shade=1.0) const; TQPixmap * createStripePixmap(const TQColor &col, bool forWindow) const; void setSbType(); - bool isFormWidget(const TQWidget *w) const { return itsKhtmlWidgets.tqcontains(w); } + bool isFormWidget(const TQWidget *w) const { return itsKhtmlWidgets.contains(w); } void resetHover(); bool isWindowDragWidget(TQObject *o, const TQPoint &pos=TQPoint()); -- cgit v1.2.1