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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/perforce/commitdlg.h b/vcs/perforce/commitdlg.h
index ddca48a2..a1642fd2 100644
--- a/vcs/perforce/commitdlg.h
+++ b/vcs/perforce/commitdlg.h
@@ -26,7 +26,7 @@ class CommitDialog : public KDialogBase
Q_OBJECT
TQ_OBJECT
public:
- CommitDialog( TQWidget *tqparent = 0, const char *name = 0 );
+ CommitDialog( TQWidget *parent = 0, const char *name = 0 );
~CommitDialog();
TQString logMessage() const { return edit->text(); }