diff options
Diffstat (limited to 'cervisia/changelogdlg.h')
-rw-r--r-- | cervisia/changelogdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/changelogdlg.h b/cervisia/changelogdlg.h index ee7b8fc4..54e36e87 100644 --- a/cervisia/changelogdlg.h +++ b/cervisia/changelogdlg.h @@ -31,7 +31,7 @@ class KConfig; class ChangeLogDialog : public KDialogBase { public: - explicit ChangeLogDialog( KConfig& cfg, TQWidget *parent=0, const char *name=0 ); + explicit ChangeLogDialog( KConfig& cfg, TQWidget *tqparent=0, const char *name=0 ); virtual ~ChangeLogDialog(); |