diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:11:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:11:11 -0600 |
commit | 5befa4c61f5d3595b780be4d7a417dd6e4622c28 (patch) | |
tree | 59bdf4875bdc085cb227a7d960c2e2a59206c256 /styles/phase/phasestyle.cpp | |
parent | b9c04ba54379dd414e943279ee381fa2b19694dc (diff) | |
download | tdeartwork-5befa4c61f5d3595b780be4d7a417dd6e4622c28.tar.gz tdeartwork-5befa4c61f5d3595b780be4d7a417dd6e4622c28.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'styles/phase/phasestyle.cpp')
-rw-r--r-- | styles/phase/phasestyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/phase/phasestyle.cpp b/styles/phase/phasestyle.cpp index 86c6729e..92ead628 100644 --- a/styles/phase/phasestyle.cpp +++ b/styles/phase/phasestyle.cpp @@ -639,7 +639,7 @@ void PhaseStyle::drawPrimitive(TQ_PrimitiveElement element, } if ((ceData.widgetObjectTypes.contains(TQPOPUPMENU_OBJECT_NAME_STRING)) || - (ceData.widgetObjectTypes.contains("KPopupTitle"))) { + (ceData.widgetObjectTypes.contains("TDEPopupTitle"))) { // kicker/kdesktop menu titles drawPhaseBevel(painter, x,y,w,h, group, group.background(), depress, !horiz); |