summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:11:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:11:11 -0600
commit5befa4c61f5d3595b780be4d7a417dd6e4622c28 (patch)
tree59bdf4875bdc085cb227a7d960c2e2a59206c256 /styles
parentb9c04ba54379dd414e943279ee381fa2b19694dc (diff)
downloadtdeartwork-5befa4c61f5d3595b780be4d7a417dd6e4622c28.tar.gz
tdeartwork-5befa4c61f5d3595b780be4d7a417dd6e4622c28.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'styles')
-rw-r--r--styles/phase/phasestyle.cpp2
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);