summaryrefslogtreecommitdiffstats
path: root/kstyles/plastik
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-01 13:13:05 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-01 13:13:05 +0000
commit09d9d0683c3d80d7f88afd163b387d222c2220bb (patch)
treebd6a46ec3f308532281e0776a40492acd7b3fa2c /kstyles/plastik
parent708dc021992da4012720ef23837bb0c9921dc888 (diff)
downloadtdelibs-09d9d0683c3d80d7f88afd163b387d222c2220bb.tar.gz
tdelibs-09d9d0683c3d80d7f88afd163b387d222c2220bb.zip
Fix kdelibs styles by adding PE_HeaderSectionMenu handlers to them
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1250782 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kstyles/plastik')
-rw-r--r--kstyles/plastik/plastik.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kstyles/plastik/plastik.cpp b/kstyles/plastik/plastik.cpp
index 4cc2a0fbc..1c6f5cd6a 100644
--- a/kstyles/plastik/plastik.cpp
+++ b/kstyles/plastik/plastik.cpp
@@ -1476,6 +1476,7 @@ void PlastikStyle::tqdrawPrimitive(TQ_PrimitiveElement pe,
break;
}
+ case PE_HeaderSectionMenu:
case PE_HeaderSection: {
// the taskbar buttons seems to be painted with PE_HeaderSection but I
// want them look like normal buttons (at least for now. :) )