diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | de737d3d64188358ea9a7a474e1a6f90b41cb504 (patch) | |
tree | 957a6eb156b12c551c2f5e8b70413b8c61e4eec0 /kradio3/plugins/gui-quickbar/buttonflowlayout.cpp | |
parent | 2620ed602b1dc0a7bc3c3135ee12361b1af25405 (diff) | |
download | tderadio-de737d3d64188358ea9a7a474e1a6f90b41cb504.tar.gz tderadio-de737d3d64188358ea9a7a474e1a6f90b41cb504.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kradio@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kradio3/plugins/gui-quickbar/buttonflowlayout.cpp')
-rw-r--r-- | kradio3/plugins/gui-quickbar/buttonflowlayout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp b/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp index 23b8e14..499ec8d 100644 --- a/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp +++ b/kradio3/plugins/gui-quickbar/buttonflowlayout.cpp @@ -56,9 +56,9 @@ TQLayoutItem *ButtonFlowLayoutIterator::takeCurrent() /**************************************************************/ -ButtonFlowLayout::ButtonFlowLayout( TQWidget *tqparent, int margin, int spacing, +ButtonFlowLayout::ButtonFlowLayout( TQWidget *parent, int margin, int spacing, const char *name ) - : TQLayout( tqparent, margin, spacing, name ), + : TQLayout( parent, margin, spacing, name ), cached_width(0) { } |