summaryrefslogtreecommitdiffstats
path: root/cervisia/tagdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/tagdlg.h')
-rw-r--r--cervisia/tagdlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cervisia/tagdlg.h b/cervisia/tagdlg.h
index cd9edcda..57d720bf 100644
--- a/cervisia/tagdlg.h
+++ b/cervisia/tagdlg.h
@@ -36,12 +36,13 @@ namespace Cervisia
class TagDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
enum ActionType { Create, Delete };
TagDialog( ActionType action, CvsService_stub* service,
- TQWidget *parent=0, const char *name=0 );
+ TQWidget *tqparent=0, const char *name=0 );
bool branchTag() const;
bool forceTag() const;