diff options
Diffstat (limited to 'cervisia/checkoutdlg.h')
-rw-r--r-- | cervisia/checkoutdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/checkoutdlg.h b/cervisia/checkoutdlg.h index a6a8d70e..d0b4a42f 100644 --- a/cervisia/checkoutdlg.h +++ b/cervisia/checkoutdlg.h @@ -35,7 +35,7 @@ class CvsService_stub; class CheckoutDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum ActionType { Checkout, Import }; |