diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-03 19:18:42 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-03 19:18:42 +0000 |
commit | c44c82c42550decfcd10236a0a69e1577d5dbfc5 (patch) | |
tree | 4e478fd44c1062af90b831869c7d976592ab9751 /kstyles/kthemestyle/kthemebase.h | |
parent | 102d191fa7d143d634d35ca894945688a196361b (diff) | |
download | tdelibs-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/kthemebase.h')
-rw-r--r-- | kstyles/kthemestyle/kthemebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstyles/kthemestyle/kthemebase.h b/kstyles/kthemestyle/kthemebase.h index b5f4ae8a9..92ecd3929 100644 --- a/kstyles/kthemestyle/kthemebase.h +++ b/kstyles/kthemestyle/kthemebase.h @@ -583,7 +583,7 @@ protected: returnData ); } - virtual TQSize sizeFromContents( ContentsType contents, + virtual TQSize tqsizeFromContents( ContentsType contents, const TQWidget *widget, const TQSize &contentsSize, const TQStyleOption& opt = TQStyleOption::Default ) const |