diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:44:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:44:56 +0900 |
commit | 5b62278a4b9c6660617802ac80f3734294c331c5 (patch) | |
tree | 451f1dd1dd8d3d1af107cfa6069afb10a7c7bd03 /examples/PkExampleHelper.h | |
parent | 511a1ddc0f4b1e9214d52ba79a2d7e7b77d35d85 (diff) | |
download | polkit-tqt-5b62278a4b9c6660617802ac80f3734294c331c5.tar.gz polkit-tqt-5b62278a4b9c6660617802ac80f3734294c331c5.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/PkExampleHelper.h')
-rw-r--r-- | examples/PkExampleHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PkExampleHelper.h b/examples/PkExampleHelper.h index 4f3bf4c6f..d0dcf3a13 100644 --- a/examples/PkExampleHelper.h +++ b/examples/PkExampleHelper.h @@ -30,7 +30,7 @@ class TQSessionManager; class PkExampleHelper : public TQApplication, public TQT_DBusObjectBase { - Q_OBJECT + TQ_OBJECT public: PkExampleHelper(int argc, char **argv); |