summaryrefslogtreecommitdiffstats
path: root/twin-styles/system
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 23:54:06 +0900
committerMichele Calgaro <[email protected]>2025-01-20 23:54:06 +0900
commit97949c227e1638f2b1b85c4528b1102b6730211f (patch)
treebd53ea0ec77522398a86f23372ef183743c10984 /twin-styles/system
parentb3d6c6c397adde0421a172971653a76e43d771b9 (diff)
downloadtdeartwork-97949c227e1638f2b1b85c4528b1102b6730211f.tar.gz
tdeartwork-97949c227e1638f2b1b85c4528b1102b6730211f.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'twin-styles/system')
-rw-r--r--twin-styles/system/systemclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/system/systemclient.cpp b/twin-styles/system/systemclient.cpp
index f4237c95..c6e755b6 100644
--- a/twin-styles/system/systemclient.cpp
+++ b/twin-styles/system/systemclient.cpp
@@ -79,7 +79,7 @@ static void create_pixmaps()
aUpperGradient->resize(32, 18);
iUpperGradient = new KPixmap;
iUpperGradient->resize(32, 18);
- TQColor bgColor = kapp->palette().active().background();
+ TQColor bgColor = tdeApp->palette().active().background();
KPixmapEffect::gradient(*aUpperGradient,
KDecoration::options()->color(KDecorationOptions::ColorFrame, true).light(130),
bgColor,