diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-01 13:14:35 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-01 13:14:35 +0000 |
commit | 3cc48991fa0c289ef13f3afbd5661539a9093dd4 (patch) | |
tree | 8a8e1b5ff5b8584d7aec6e4356dfd85e27ef7cdc /style/qtcurve.cpp | |
parent | 678a56c3d68ee94bd2b64694bd4541b8ba2b36a6 (diff) | |
download | tde-style-qtcurve-3cc48991fa0c289ef13f3afbd5661539a9093dd4.tar.gz tde-style-qtcurve-3cc48991fa0c289ef13f3afbd5661539a9093dd4.zip |
Add PE_HeaderSectionMenu to QtCurve style
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1250784 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'style/qtcurve.cpp')
-rw-r--r-- | style/qtcurve.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp index 6d743fc..91eaa24 100644 --- a/style/qtcurve.cpp +++ b/style/qtcurve.cpp @@ -3137,6 +3137,7 @@ void TQtCurveStyle::tqdrawPrimitive(TQ_PrimitiveElement pe, TQPainter *p, const { switch(pe) { + case PE_HeaderSectionMenu: case PE_HeaderSection: { // Is it a taskbar button? Kicker uses PE_HeaderSection for these! :-( |