diff options
Diffstat (limited to 'src/svnfrontend/fronthelpers/revisionbuttonimpl.h')
-rw-r--r-- | src/svnfrontend/fronthelpers/revisionbuttonimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/fronthelpers/revisionbuttonimpl.h b/src/svnfrontend/fronthelpers/revisionbuttonimpl.h index a2265b4..b8918c8 100644 --- a/src/svnfrontend/fronthelpers/revisionbuttonimpl.h +++ b/src/svnfrontend/fronthelpers/revisionbuttonimpl.h @@ -28,7 +28,7 @@ class RevisionButtonImpl: public RevisionButton { TQ_OBJECT public: - RevisionButtonImpl(TQWidget *tqparent = 0, const char *name = 0); + RevisionButtonImpl(TQWidget *parent = 0, const char *name = 0); virtual ~RevisionButtonImpl(); virtual void setRevision(const svn::Revision&aRev); |