diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:18:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:18:28 -0600 |
commit | 68de9c7a2183849c2a79e96c6b0f1ea4987e9474 (patch) | |
tree | 4c73e7aadedad436159b79db175f8478afd72a2b /twin-styles/glow | |
parent | 6b41ad2b1c1b934cf801bedd73f2358db1972378 (diff) | |
download | tdeartwork-68de9c7a2183849c2a79e96c6b0f1ea4987e9474.tar.gz tdeartwork-68de9c7a2183849c2a79e96c6b0f1ea4987e9474.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'twin-styles/glow')
-rw-r--r-- | twin-styles/glow/config/glowconfigdialog.cpp | 2 | ||||
-rw-r--r-- | twin-styles/glow/glowclient.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/glow/config/glowconfigdialog.cpp b/twin-styles/glow/config/glowconfigdialog.cpp index 0085edbe..ab3b50b3 100644 --- a/twin-styles/glow/config/glowconfigdialog.cpp +++ b/twin-styles/glow/config/glowconfigdialog.cpp @@ -79,7 +79,7 @@ GlowConfigDialog::GlowConfigDialog( KConfig * conf, TQWidget * parent ) _button_glow_color_group_box = new TQGroupBox( 0, Qt::Horizontal, i18n("Button Glow Colors"), _main_group_box); TQHBoxLayout *colorHBoxLayout = - new TQHBoxLayout(_button_glow_color_group_box->tqlayout()); + new TQHBoxLayout(_button_glow_color_group_box->layout()); // create buttons TQSize buttonSize(BITMAP_SIZE, BITMAP_SIZE); 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); |