diff options
Diffstat (limited to 'kontact/interfaces/core.h')
-rw-r--r-- | kontact/interfaces/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h index b060cc8a6..d43e78f5d 100644 --- a/kontact/interfaces/core.h +++ b/kontact/interfaces/core.h @@ -80,7 +80,7 @@ class KDE_EXPORT Core : public KParts::MainWindow void dayChanged( const TQDate& ); protected: - Core( TQWidget *tqparentWidget = 0, const char *name = 0 ); + Core( TQWidget *parentWidget = 0, const char *name = 0 ); TQString lastErrorMessage() const; |