summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/gui-quickbar/buttonflowlayout.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commitfdd75d807795e8fcf6286df1fb185153ac623efd (patch)
treec850e4c058e687212f72433ad108bd112d7a1fce /kradio3/plugins/gui-quickbar/buttonflowlayout.h
parentacf0d83414870e569c1e780543d49403a15c33f6 (diff)
downloadtderadio-fdd75d807795e8fcf6286df1fb185153ac623efd.tar.gz
tderadio-fdd75d807795e8fcf6286df1fb185153ac623efd.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kradio@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kradio3/plugins/gui-quickbar/buttonflowlayout.h')
-rw-r--r--kradio3/plugins/gui-quickbar/buttonflowlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/plugins/gui-quickbar/buttonflowlayout.h b/kradio3/plugins/gui-quickbar/buttonflowlayout.h
index 624688e..16a0b45 100644
--- a/kradio3/plugins/gui-quickbar/buttonflowlayout.h
+++ b/kradio3/plugins/gui-quickbar/buttonflowlayout.h
@@ -32,7 +32,7 @@ public:
ButtonFlowLayout( TQWidget *tqparent, int margin = 0, int spacing=-1,
const char *name=0 );
- ButtonFlowLayout( TQLayout* tqparentLayout, int spacing=-1, const char *name=0 );
+ ButtonFlowLayout( TQLayout* parentLayout, int spacing=-1, const char *name=0 );
ButtonFlowLayout( int spacing=-1, const char *name=0 );