summaryrefslogtreecommitdiffstats
path: root/twin-styles/glow/glowclient.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/glow/glowclient.cpp
parent6b41ad2b1c1b934cf801bedd73f2358db1972378 (diff)
downloadtdeartwork-68de9c7a2183849c2a79e96c6b0f1ea4987e9474.tar.gz
tdeartwork-68de9c7a2183849c2a79e96c6b0f1ea4987e9474.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'twin-styles/glow/glowclient.cpp')
-rw-r--r--twin-styles/glow/glowclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/glow/glowclient.cpp b/twin-styles/glow/glowclient.cpp
index 37d92aa4..5f4abe3f 100644
--- a/twin-styles/glow/glowclient.cpp
+++ b/twin-styles/glow/glowclient.cpp
@@ -746,7 +746,7 @@ void GlowClient::updateButtonPositions()
m_leftButtonList.clear();
m_rightButtonList.clear();
- // reset left and right button tqlayout
+ // reset left and right button layout
if(m_leftButtonLayout)
delete m_leftButtonLayout;
m_leftButtonLayout = new TQBoxLayout(0, TQBoxLayout::LeftToRight, 0, 0, 0);