From bce8199ddac4feecdee9c094fb8f75863cfa9652 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/kdegraphics@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kviewshell/kmultipage.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kviewshell/kmultipage.h') diff --git a/kviewshell/kmultipage.h b/kviewshell/kmultipage.h index 4a86f8e4..3414d10c 100644 --- a/kviewshell/kmultipage.h +++ b/kviewshell/kmultipage.h @@ -40,7 +40,7 @@ class KMultiPage : public KParts::ReadOnlyPart, virtual public kmultipageInterfa TQ_OBJECT public: - KMultiPage(TQWidget *tqparentWidget, const char *widgetName, TQObject *tqparent, const char *name); + KMultiPage(TQWidget *parentWidget, const char *widgetName, TQObject *tqparent, const char *name); virtual ~KMultiPage(); /* returns the scrollview used for the display */ @@ -121,7 +121,7 @@ public: // Show the printer options dialog. Return immediately if the user // aborts. - if (!printer->setup(tqparentWdg, i18n("Print %1").tqarg(m_file.section('/', -1)) )) { + if (!printer->setup(parentWdg, i18n("Print %1").tqarg(m_file.section('/', -1)) )) { delete printer; return; } @@ -155,7 +155,7 @@ public: // Show the printer options dialog. Return immediately if the user // aborts. - if (!printer->setup(tqparentWdg, i18n("Print %1").tqarg(m_file.section('/', -1)) )) { + if (!printer->setup(parentWdg, i18n("Print %1").tqarg(m_file.section('/', -1)) )) { delete printer; return; } @@ -569,7 +569,7 @@ protected: This pointer is automatically set by the constructor. */ - TQGuardedPtr tqparentWdg; + TQGuardedPtr parentWdg; TQPtrVector widgetList; -- cgit v1.2.1