summaryrefslogtreecommitdiffstats
path: root/vcs/perforce/commitdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/perforce/commitdlg.h')
-rw-r--r--vcs/perforce/commitdlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcs/perforce/commitdlg.h b/vcs/perforce/commitdlg.h
index 09a9c72f..ddca48a2 100644
--- a/vcs/perforce/commitdlg.h
+++ b/vcs/perforce/commitdlg.h
@@ -24,8 +24,9 @@ class KProcess;
class CommitDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- CommitDialog( TQWidget *parent = 0, const char *name = 0 );
+ CommitDialog( TQWidget *tqparent = 0, const char *name = 0 );
~CommitDialog();
TQString logMessage() const { return edit->text(); }