summaryrefslogtreecommitdiffstats
path: root/kmail/kmail_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmail_part.h')
-rw-r--r--kmail/kmail_part.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kmail/kmail_part.h b/kmail/kmail_part.h
index 69203db9..414ff384 100644
--- a/kmail/kmail_part.h
+++ b/kmail/kmail_part.h
@@ -19,8 +19,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef KMail_PART_H
#define KMail_PART_H
@@ -52,9 +52,10 @@ class ActionManager;
class KDE_EXPORT KMailPart: public KParts::ReadOnlyPart, virtual public KMailPartIface
{
Q_OBJECT
+ TQ_OBJECT
public:
KMailPart(TQWidget *tqparentWidget, const char *widgetName,
- TQObject *parent, const char *name, const TQStringList &);
+ TQObject *tqparent, const char *name, const TQStringList &);
virtual ~KMailPart();
TQWidget* tqparentWidget() const;
@@ -88,7 +89,7 @@ class KDE_EXPORT KMailPart: public KParts::ReadOnlyPart, virtual public KMailPar
class KMailStatusBarExtension : public KParts::StatusBarExtension
{
public:
- KMailStatusBarExtension( KMailPart *parent );
+ KMailStatusBarExtension( KMailPart *tqparent );
KMainWindow *mainWindow() const;