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 --- kpovmodeler/pmpart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpovmodeler/pmpart.h') diff --git a/kpovmodeler/pmpart.h b/kpovmodeler/pmpart.h index 0fe3bd22..30a60d41 100644 --- a/kpovmodeler/pmpart.h +++ b/kpovmodeler/pmpart.h @@ -76,7 +76,7 @@ public: * construtor of PMPart, calls all init functions to create the * application. */ - PMPart( TQWidget* tqparentWidget, const char* widgetName, + PMPart( TQWidget* parentWidget, const char* widgetName, TQObject* tqparent, const char* name, bool readWrite, PMShell* shell = 0 ); @@ -84,7 +84,7 @@ public: * construtor of PMPart, calls all init functions to create the * application. It does not create the main widget. */ - PMPart( TQWidget* tqparentWidget, const char* widgetName, + PMPart( TQWidget* parentWidget, const char* widgetName, TQObject* tqparent, const char* name, bool readWrite, bool onlyCutPaste, PMShell* shell = 0 ); -- cgit v1.2.1