From b80425fab482ed78785a18ff6febd33f9e1988ac Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbookreader@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/bookmarksdlg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bookmarksdlg.cpp') diff --git a/src/bookmarksdlg.cpp b/src/bookmarksdlg.cpp index 772664b..5a9907d 100644 --- a/src/bookmarksdlg.cpp +++ b/src/bookmarksdlg.cpp @@ -28,16 +28,16 @@ #include "bookmarksdlg.h" /* - * Constructs a BookmarksDlg as a child of 'tqparent', with the + * Constructs a BookmarksDlg as a child of 'parent', with the * name 'name' and widget flags set to 'f'. * * The dialog will by default be modeless, unless you set 'modal' to * TRUE to construct a modal dialog. */ -BookmarksDlg::BookmarksDlg(const Bookmarks& bms, TQWidget* tqparent, +BookmarksDlg::BookmarksDlg(const Bookmarks& bms, TQWidget* parent, const char* name, bool modal, WFlags fl) - : TQDialog(tqparent, name, modal, fl), + : TQDialog(parent, name, modal, fl), m_bookmarks(bms) { if ( !name ) -- cgit v1.2.1