summaryrefslogtreecommitdiffstats
path: root/src/profileciscooptions.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:56:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 11:01:16 +0900
commit918444d107da913ec1c80a8a039bac1d6955fa38 (patch)
treed1ab397dc6362d1f79c47aa68fc5f97b74058b10 /src/profileciscooptions.h
parent1bdf9a28d0246b319638f67ef3c15f2aaf7a9911 (diff)
downloadkvpnc-918444d107da913ec1c80a8a039bac1d6955fa38.tar.gz
kvpnc-918444d107da913ec1c80a8a039bac1d6955fa38.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6f41d5d897cf8f6100ae6e21321a93aaab9b1d84)
Diffstat (limited to 'src/profileciscooptions.h')
-rw-r--r--src/profileciscooptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profileciscooptions.h b/src/profileciscooptions.h
index bba05d8..06ec75a 100644
--- a/src/profileciscooptions.h
+++ b/src/profileciscooptions.h
@@ -28,7 +28,7 @@
*/
class ProfileCiscoOptions : public ProfileCiscoOptionsBase
{
-Q_OBJECT
+TQ_OBJECT
public:
ProfileCiscoOptions(TQWidget *parent);