summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:35 +0900
commitc144fa77a4fef70b632cdaeb2d37e1db238a2348 (patch)
treef62cbb6f23a00efe31dd654bcc6471913983831e
parent9d4fb6188895ce562ebfe5fc1700c4358d70f708 (diff)
downloadkcmautostart-c144fa77.tar.gz
kcmautostart-c144fa77.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/autostart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autostart.h b/src/autostart.h
index 0f82473..4d205a6 100644
--- a/src/autostart.h
+++ b/src/autostart.h
@@ -34,7 +34,7 @@
class CAutostart: public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
CAutostart( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() );