From dfb7562b7e607f0ae077a6a436966203029df56d 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/kdepim@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/editorwatcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/editorwatcher.h') diff --git a/kmail/editorwatcher.h b/kmail/editorwatcher.h index 68fdb54e4..daa35d8a8 100644 --- a/kmail/editorwatcher.h +++ b/kmail/editorwatcher.h @@ -44,11 +44,11 @@ class EditorWatcher : public TQObject * Constructs an EditorWatcher. * @param tqparent the tqparent object of this EditorWatcher, which will take care of deleting * this EditorWatcher if the tqparent is deleted. - * @param tqparentWidget the tqparent widget of this EditorWatcher, which will be used as the tqparent + * @param parentWidget the tqparent widget of this EditorWatcher, which will be used as the tqparent * widget for message dialogs. */ EditorWatcher( const KURL &url, const TQString &mimeType, bool openWith, - TQObject *tqparent, TQWidget *tqparentWidget ); + TQObject *tqparent, TQWidget *parentWidget ); bool start(); bool fileChanged() const { return mFileModified; } signals: -- cgit v1.2.1