diff options
Diffstat (limited to 'kontact/interfaces/summary.h')
-rw-r--r-- | kontact/interfaces/summary.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kontact/interfaces/summary.h b/kontact/interfaces/summary.h index 29a890190..a845401fc 100644 --- a/kontact/interfaces/summary.h +++ b/kontact/interfaces/summary.h @@ -33,12 +33,13 @@ namespace Kontact /** Summary widget for display in the Summary View plugin. */ -class KDE_EXPORT Summary : public QWidget +class KDE_EXPORT Summary : public TQWidget { Q_OBJECT + TQ_OBJECT public: - Summary( TQWidget *parent, const char *name = 0 ); + Summary( TQWidget *tqparent, const char *name = 0 ); virtual ~Summary(); @@ -52,7 +53,7 @@ class KDE_EXPORT Summary : public QWidget /** Creates a heading for a typical summary view with an icon and a heading. */ - TQWidget *createHeader( TQWidget* parent, const TQPixmap &icon, + TQWidget *createHeader( TQWidget* tqparent, const TQPixmap &icon, const TQString& heading ); /** |