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 2d75fb227..e84b3b8d7 100644 --- a/kontact/interfaces/core.h +++ b/kontact/interfaces/core.h @@ -79,7 +79,7 @@ class KDE_EXPORT Core : public KParts::MainWindow void dayChanged( const TQDate& ); protected: - Core( TQWidget *parentWidget = 0, const char *name = 0 ); + Core( TQWidget *tqparentWidget = 0, const char *name = 0 ); TQString lastErrorMessage() const; |