From f007f85c4dc9ed297291c2a209bba73663ecd37b Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 31 Jan 2011 06:26:14 +0000 Subject: Convert qt_cast() to ::qt_cast<> This should fix some random segfaults It needs to be tested to make sure that interfaces still work, e.g. kate/kwrite interfaces in interface/ktexteditor git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1218078 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kstyles/light/lightstyle-v2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kstyles/light/lightstyle-v2.h') diff --git a/kstyles/light/lightstyle-v2.h b/kstyles/light/lightstyle-v2.h index 83a5f46f1..9b54e5427 100644 --- a/kstyles/light/lightstyle-v2.h +++ b/kstyles/light/lightstyle-v2.h @@ -72,9 +72,9 @@ public: TQSize tqsizeFromContents(ContentsType, const TQWidget *, const TQSize &, const TQStyleOption & = TQStyleOption::Default ) const; - int tqstyleHint(StyleHint, const TQWidget * = 0, + int tqstyleHint(TQ_StyleHint, const TQWidget * = 0, const TQStyleOption & = TQStyleOption::Default, - QStyleHintReturn * = 0 ) const; + TQStyleHintReturn * = 0 ) const; TQPixmap stylePixmap( StylePixmap stylepixmap, const TQWidget* widget = 0, -- cgit v1.2.3