summaryrefslogtreecommitdiffstats
path: root/src/ksensorssplash.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:32:30 +0900
committerMichele Calgaro <[email protected]>2023-07-26 12:45:39 +0900
commitd26b9c874cc3721b8e484e23a30584e7063d6c6d (patch)
treeb0a61003b2e99c43f4c8bce236041e2b0682bb65 /src/ksensorssplash.h
parent37de81d02a25ca116f20cf9120ad23a8b5e77d87 (diff)
downloadksensors-d26b9c874cc3721b8e484e23a30584e7063d6c6d.tar.gz
ksensors-d26b9c874cc3721b8e484e23a30584e7063d6c6d.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit db187ed0c046481efb95bf0f54a04b3d775c298c)
Diffstat (limited to 'src/ksensorssplash.h')
-rw-r--r--src/ksensorssplash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksensorssplash.h b/src/ksensorssplash.h
index 6d88a69..d9d22e5 100644
--- a/src/ksensorssplash.h
+++ b/src/ksensorssplash.h
@@ -27,7 +27,7 @@
*/
class KSensorsSplash : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
KSensorsSplash(TQWidget *parent=0, const char *name=0 );