From 27edf28be2772229a7974a007313ea30d92c3ffd Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun/library/equalizerview.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'noatun/library/equalizerview.cpp') diff --git a/noatun/library/equalizerview.cpp b/noatun/library/equalizerview.cpp index 7758f35c..7a55d6f7 100644 --- a/noatun/library/equalizerview.cpp +++ b/noatun/library/equalizerview.cpp @@ -30,8 +30,8 @@ //////////////////////////////////////////////// // PresetList -PresetList::PresetList(TQWidget *tqparent, const char *name) - : KListView(tqparent, name) +PresetList::PresetList(TQWidget *parent, const char *name) + : KListView(parent, name) { setItemsRenameable(true); setRenameable(0, true); @@ -61,8 +61,8 @@ void PresetList::rename(TQListViewItem *item, int c) //////////////////////////////////////////////// // EqualizerLevel -EqualizerLevel::EqualizerLevel(TQWidget *tqparent, VBand band) - : TQWidget(tqparent), mBand(band) +EqualizerLevel::EqualizerLevel(TQWidget *parent, VBand band) + : TQWidget(parent), mBand(band) { TQVBoxLayout *tqlayout = new TQVBoxLayout(this, 0, 0, "EqualizerLevel::tqlayout"); -- cgit v1.2.1