diff options
Diffstat (limited to 'cervisia/historydlg.h')
-rw-r--r-- | cervisia/historydlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/historydlg.h b/cervisia/historydlg.h index 7c0e4feb..d1a8fc3d 100644 --- a/cervisia/historydlg.h +++ b/cervisia/historydlg.h @@ -38,7 +38,7 @@ class HistoryDialog : public KDialogBase TQ_OBJECT public: - explicit HistoryDialog( KConfig& cfg, TQWidget *tqparent=0, const char *name=0 ); + explicit HistoryDialog( KConfig& cfg, TQWidget *parent=0, const char *name=0 ); virtual ~HistoryDialog(); bool parseHistory(CvsService_stub* cvsService); |