summaryrefslogtreecommitdiffstats
path: root/twin-styles/system/systemclient.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:18:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:18:28 -0600
commit68de9c7a2183849c2a79e96c6b0f1ea4987e9474 (patch)
tree4c73e7aadedad436159b79db175f8478afd72a2b /twin-styles/system/systemclient.cpp
parent6b41ad2b1c1b934cf801bedd73f2358db1972378 (diff)
downloadtdeartwork-68de9c7a2183849c2a79e96c6b0f1ea4987e9474.tar.gz
tdeartwork-68de9c7a2183849c2a79e96c6b0f1ea4987e9474.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'twin-styles/system/systemclient.cpp')
-rw-r--r--twin-styles/system/systemclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/system/systemclient.cpp b/twin-styles/system/systemclient.cpp
index da9a7dfa..d183a7e4 100644
--- a/twin-styles/system/systemclient.cpp
+++ b/twin-styles/system/systemclient.cpp
@@ -13,7 +13,7 @@
#include <kapplication.h>
#include <kdebug.h>
-// Default button tqlayout
+// Default button layout
const char default_left[] = "X";
const char default_right[] = "HSIA";
@@ -78,7 +78,7 @@ static void create_pixmaps()
aUpperGradient->resize(32, 18);
iUpperGradient = new KPixmap;
iUpperGradient->resize(32, 18);
- TQColor bgColor = kapp->tqpalette().active().background();
+ TQColor bgColor = kapp->palette().active().background();
KPixmapEffect::gradient(*aUpperGradient,
KDecoration::options()->color(KDecorationOptions::ColorFrame, true).light(130),
bgColor,