diff options
Diffstat (limited to 'cervisia/updatedlg.h')
-rw-r--r-- | cervisia/updatedlg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cervisia/updatedlg.h b/cervisia/updatedlg.h index de7b7354..883342b4 100644 --- a/cervisia/updatedlg.h +++ b/cervisia/updatedlg.h @@ -35,10 +35,11 @@ class CvsService_stub; class UpdateDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: UpdateDialog( CvsService_stub* service, - TQWidget *parent=0, const char *name=0 ); + TQWidget *tqparent=0, const char *name=0 ); bool byTag() const; TQString tag() const; |