summaryrefslogtreecommitdiffstats
path: root/src/bookmarksdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarksdlg.cpp')
-rw-r--r--src/bookmarksdlg.cpp6
1 files changed, 3 insertions, 3 deletions
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 )