From feaf6d62da1685a34fbc8c201f31da681f04e2a7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: 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/tellico@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/fetch/yahoofetcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fetch/yahoofetcher.h') diff --git a/src/fetch/yahoofetcher.h b/src/fetch/yahoofetcher.h index d7b2082..1c295c8 100644 --- a/src/fetch/yahoofetcher.h +++ b/src/fetch/yahoofetcher.h @@ -69,7 +69,7 @@ public: class ConfigWidget : public Fetch::ConfigWidget { public: - ConfigWidget(TQWidget* tqparent_, const YahooFetcher* fetcher = 0); + ConfigWidget(TQWidget* parent_, const YahooFetcher* fetcher = 0); virtual void saveConfig(KConfigGroup&) {} virtual TQString preferredName() const; }; -- cgit v1.2.1