diff options
Diffstat (limited to 'cervisia/checkoutdlg.h')
-rw-r--r-- | cervisia/checkoutdlg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cervisia/checkoutdlg.h b/cervisia/checkoutdlg.h index 633f1feb..4e6d3b73 100644 --- a/cervisia/checkoutdlg.h +++ b/cervisia/checkoutdlg.h @@ -35,12 +35,13 @@ class CvsService_stub; class CheckoutDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: enum ActionType { Checkout, Import }; CheckoutDialog( KConfig& cfg, CvsService_stub* service, ActionType action, - TQWidget *parent=0, const char *name=0 ); + TQWidget *tqparent=0, const char *name=0 ); TQString workingDirectory() const; TQString repository() const; |