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