summaryrefslogtreecommitdiffstats
path: root/kiosktool/profilePropsPage.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:56:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:56:03 +0900
commit31cbeff20c2789812251184bf0f982cb6c2e71c3 (patch)
tree261c103d9da3e1bb6a6575eb46989d38a79a8c8c /kiosktool/profilePropsPage.h
parent7df9d06a8daf0e0b33e385ec838141a025cf22df (diff)
downloadkiosktool-31cbeff20c2789812251184bf0f982cb6c2e71c3.tar.gz
kiosktool-31cbeff20c2789812251184bf0f982cb6c2e71c3.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kiosktool/profilePropsPage.h')
-rw-r--r--kiosktool/profilePropsPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiosktool/profilePropsPage.h b/kiosktool/profilePropsPage.h
index 446ae5d..40421a2 100644
--- a/kiosktool/profilePropsPage.h
+++ b/kiosktool/profilePropsPage.h
@@ -24,7 +24,7 @@
class ProfilePropsPage : public ProfilePropsPageUI, public PageWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ProfilePropsPage(TQWidget *parent, const TQString &profile);