summaryrefslogtreecommitdiffstats
path: root/src/palettecfg.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:32:30 +0900
committerMichele Calgaro <[email protected]>2023-07-20 14:32:30 +0900
commitdb187ed0c046481efb95bf0f54a04b3d775c298c (patch)
treeb0a61003b2e99c43f4c8bce236041e2b0682bb65 /src/palettecfg.h
parent37de81d02a25ca116f20cf9120ad23a8b5e77d87 (diff)
downloadksensors-db187ed0c046481efb95bf0f54a04b3d775c298c.tar.gz
ksensors-db187ed0c046481efb95bf0f54a04b3d775c298c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/palettecfg.h')
-rw-r--r--src/palettecfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/palettecfg.h b/src/palettecfg.h
index 12cf4e5..694c7f1 100644
--- a/src/palettecfg.h
+++ b/src/palettecfg.h
@@ -27,7 +27,7 @@
*/
class PaletteCfg : public PaletteCfgDesign {
-Q_OBJECT
+TQ_OBJECT
public:
PaletteCfg(TQWidget *parent=0, const char *name=0);
~PaletteCfg();