From bee265d85549eed053dfc1e6308f4b5dbd3f2536 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/kdebase@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konqueror/konq_factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konqueror/konq_factory.h') diff --git a/konqueror/konq_factory.h b/konqueror/konq_factory.h index 1f7834d64..ac24061e6 100644 --- a/konqueror/konq_factory.h +++ b/konqueror/konq_factory.h @@ -52,7 +52,7 @@ public: return *this; } - KParts::ReadOnlyPart *create( TQWidget *tqparentWidget, const char *widgetName, + KParts::ReadOnlyPart *create( TQWidget *parentWidget, const char *widgetName, TQObject *parent, const char *name ); bool isNull() const { return m_factory ? false : true; } -- cgit v1.2.3