diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:02:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:02:35 +0900 |
commit | c144fa77a4fef70b632cdaeb2d37e1db238a2348 (patch) | |
tree | f62cbb6f23a00efe31dd654bcc6471913983831e | |
parent | 9d4fb6188895ce562ebfe5fc1700c4358d70f708 (diff) | |
download | kcmautostart-c144fa77a4fef70b632cdaeb2d37e1db238a2348.tar.gz kcmautostart-c144fa77a4fef70b632cdaeb2d37e1db238a2348.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/autostart.h | 2 |
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() ); |