diff options
Diffstat (limited to 'vcs/perforce/commitdlg.h')
-rw-r--r-- | vcs/perforce/commitdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/perforce/commitdlg.h b/vcs/perforce/commitdlg.h index 83766914..6ed69346 100644 --- a/vcs/perforce/commitdlg.h +++ b/vcs/perforce/commitdlg.h @@ -24,7 +24,7 @@ class KProcess; class CommitDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CommitDialog( TQWidget *parent = 0, const char *name = 0 ); ~CommitDialog(); |