summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/tagdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/tagdialog.cpp')
-rw-r--r--vcs/cvsservice/tagdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/cvsservice/tagdialog.cpp b/vcs/cvsservice/tagdialog.cpp
index 33aca057..b3d3a42e 100644
--- a/vcs/cvsservice/tagdialog.cpp
+++ b/vcs/cvsservice/tagdialog.cpp
@@ -18,8 +18,8 @@
// class TagDialog
///////////////////////////////////////////////////////////////////////////////
-TagDialog::TagDialog( const TQString &caption, TQWidget *parent, const char *name )
- : TagDialogBase( parent, name ? name : "tagdialog", true )
+TagDialog::TagDialog( const TQString &caption, TQWidget *tqparent, const char *name )
+ : TagDialogBase( tqparent, name ? name : "tagdialog", true )
{
if (!caption.isEmpty())
{