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-25 13:03:43 +0900
commitad7bb3ee021917422e50c048f8d66ba8cdc717e9 (patch)
tree1e84c5ce7d4e4b68be11c95cacc7fe6ff2de4924
parentf332e029d28d1b47fd074d48c1c2f334f963ba5e (diff)
downloadkcmautostart-ad7bb3ee021917422e50c048f8d66ba8cdc717e9.tar.gz
kcmautostart-ad7bb3ee021917422e50c048f8d66ba8cdc717e9.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c144fa77a4fef70b632cdaeb2d37e1db238a2348)
-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() );