diff options
Diffstat (limited to 'kontact/interfaces/summary.h')
-rw-r--r-- | kontact/interfaces/summary.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/interfaces/summary.h b/kontact/interfaces/summary.h index a845401fc..f6efa3087 100644 --- a/kontact/interfaces/summary.h +++ b/kontact/interfaces/summary.h @@ -39,7 +39,7 @@ class KDE_EXPORT Summary : public TQWidget TQ_OBJECT public: - Summary( TQWidget *tqparent, const char *name = 0 ); + Summary( TQWidget *parent, const char *name = 0 ); virtual ~Summary(); @@ -53,7 +53,7 @@ class KDE_EXPORT Summary : public TQWidget /** Creates a heading for a typical summary view with an icon and a heading. */ - TQWidget *createHeader( TQWidget* tqparent, const TQPixmap &icon, + TQWidget *createHeader( TQWidget* parent, const TQPixmap &icon, const TQString& heading ); /** |