diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-03 22:46:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-03 22:46:21 -0600 |
commit | bd608b63a8654863e86960e8f2301eac012aa44d (patch) | |
tree | b6afbfd54a25b4d835e9de1c6d3eb1366b2255f5 /src/tag.cpp | |
parent | 888390be013f27d687f1f3ca6b5b9aec2c86c9f3 (diff) | |
download | basket-bd608b63a8654863e86960e8f2301eac012aa44d.tar.gz basket-bd608b63a8654863e86960e8f2301eac012aa44d.zip |
Rename KStyle to TDEStyle to avoid conflicts with KDE4
Diffstat (limited to 'src/tag.cpp')
-rw-r--r-- | src/tag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.cpp b/src/tag.cpp index 27327d1..7d6e657 100644 --- a/src/tag.cpp +++ b/src/tag.cpp @@ -855,7 +855,7 @@ TQIconSet StateMenuItem::checkBoxIconSet(bool checked, TQColorGroup cg) int height = kapp->style().pixelMetric(TQStyle::PM_IndicatorHeight, 0); TQRect rect(0, 0, width, height); - TQColor menuBackgroundColor = (dynamic_cast<KStyle*>(&(kapp->style())) == NULL ? TQColor(cg.background()) : cg.background().light(103)); + TQColor menuBackgroundColor = (dynamic_cast<TDEStyle*>(&(kapp->style())) == NULL ? TQColor(cg.background()) : cg.background().light(103)); // Enabled, Not hovering TQPixmap pixmap(width, height); |