From 5443f402bbfcf7f9c392bcbb0108ee074551f982 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:59 -0600 Subject: Remove spurious TQ_OBJECT instances --- cervisia/checkoutdlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/checkoutdlg.h') 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 }; -- cgit v1.2.1