diff options
Diffstat (limited to 'ksim/monitors/mail/ksimmail.h')
-rw-r--r-- | ksim/monitors/mail/ksimmail.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksim/monitors/mail/ksimmail.h b/ksim/monitors/mail/ksimmail.h index 3ecb647..8f9dc9c 100644 --- a/ksim/monitors/mail/ksimmail.h +++ b/ksim/monitors/mail/ksimmail.h @@ -39,7 +39,7 @@ public: class MailView : public KSim::PluginView { Q_OBJECT - TQ_OBJECT + public: MailView( KSim::PluginObject* parent, const char* name ); ~MailView(); @@ -53,7 +53,7 @@ private slots: class MailLabel : public KSim::Label { Q_OBJECT - TQ_OBJECT + public: MailLabel( TQWidget* parent ); virtual ~MailLabel(); @@ -79,7 +79,7 @@ private: class MailConfig : public KSim::PluginPage { Q_OBJECT - TQ_OBJECT + public: MailConfig( KSim::PluginObject* parent, const char* name ); ~MailConfig(); |