summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/fronthelpers/revisionbuttonimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/fronthelpers/revisionbuttonimpl.h')
-rw-r--r--src/svnfrontend/fronthelpers/revisionbuttonimpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/svnfrontend/fronthelpers/revisionbuttonimpl.h b/src/svnfrontend/fronthelpers/revisionbuttonimpl.h
index a8f31a0..a2265b4 100644
--- a/src/svnfrontend/fronthelpers/revisionbuttonimpl.h
+++ b/src/svnfrontend/fronthelpers/revisionbuttonimpl.h
@@ -25,9 +25,10 @@
class RevisionButtonImpl: public RevisionButton {
Q_OBJECT
+ TQ_OBJECT
public:
- RevisionButtonImpl(QWidget *parent = 0, const char *name = 0);
+ RevisionButtonImpl(TQWidget *tqparent = 0, const char *name = 0);
virtual ~RevisionButtonImpl();
virtual void setRevision(const svn::Revision&aRev);