diff options
author | Michele Calgaro <[email protected]> | 2025-01-20 23:54:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-20 23:54:06 +0900 |
commit | 97949c227e1638f2b1b85c4528b1102b6730211f (patch) | |
tree | bd53ea0ec77522398a86f23372ef183743c10984 /twin-styles/system | |
parent | b3d6c6c397adde0421a172971653a76e43d771b9 (diff) | |
download | tdeartwork-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.cpp | 2 |
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, |