summaryrefslogtreecommitdiffstats
path: root/kstyles/kthemestyle/kthemestyle.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-03 19:18:42 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-03 19:18:42 +0000
commitc44c82c42550decfcd10236a0a69e1577d5dbfc5 (patch)
tree4e478fd44c1062af90b831869c7d976592ab9751 /kstyles/kthemestyle/kthemestyle.cpp
parent102d191fa7d143d634d35ca894945688a196361b (diff)
downloadtdelibs-c44c82c42550decfcd10236a0a69e1577d5dbfc5.tar.gz
tdelibs-c44c82c42550decfcd10236a0a69e1577d5dbfc5.zip
Fix broken portions of the Asteroid widget style
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1244695 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kstyles/kthemestyle/kthemestyle.cpp')
-rw-r--r--kstyles/kthemestyle/kthemestyle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstyles/kthemestyle/kthemestyle.cpp b/kstyles/kthemestyle/kthemestyle.cpp
index b23003cb5..817d078e6 100644
--- a/kstyles/kthemestyle/kthemestyle.cpp
+++ b/kstyles/kthemestyle/kthemestyle.cpp
@@ -212,7 +212,7 @@ void kDrawWindowsArrow ( TQPainter *p, const TQStyle* style, TQStyle::PrimitiveE
-TQSize KThemeStyle::sizeFromContents( ContentsType contents,
+TQSize KThemeStyle::tqsizeFromContents( ContentsType contents,
const TQWidget* widget,
const TQSize &contentSize,
const TQStyleOption& opt ) const
@@ -304,7 +304,7 @@ TQSize KThemeStyle::sizeFromContents( ContentsType contents,
}
default:
- return KThemeBase::sizeFromContents( contents, widget, contentSize, opt );
+ return KThemeBase::tqsizeFromContents( contents, widget, contentSize, opt );
}
}