summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/mail
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:45 +0900
commitf52c435e293d27908ce3f2b0fe41d58f06f4ec80 (patch)
treeddb47c111df608a2bedf7e44a3c3523c8eeaf826 /ksim/monitors/mail
parent2ef5cc391777c9d91c7c42d7d89fbdeb3ae0c88f (diff)
downloadtdeutils-f52c435e293d27908ce3f2b0fe41d58f06f4ec80.tar.gz
tdeutils-f52c435e293d27908ce3f2b0fe41d58f06f4ec80.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksim/monitors/mail')
-rw-r--r--ksim/monitors/mail/ksimmail.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksim/monitors/mail/ksimmail.h b/ksim/monitors/mail/ksimmail.h
index d40ee33..1d1ff80 100644
--- a/ksim/monitors/mail/ksimmail.h
+++ b/ksim/monitors/mail/ksimmail.h
@@ -38,7 +38,7 @@ public:
class MailView : public KSim::PluginView
{
- Q_OBJECT
+ TQ_OBJECT
public:
MailView( KSim::PluginObject* parent, const char* name );
@@ -52,7 +52,7 @@ private slots:
class MailLabel : public KSim::Label
{
- Q_OBJECT
+ TQ_OBJECT
public:
MailLabel( TQWidget* parent );
@@ -78,7 +78,7 @@ private:
class MailConfig : public KSim::PluginPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
MailConfig( KSim::PluginObject* parent, const char* name );