summaryrefslogtreecommitdiffstats
path: root/src/profilesmartcardoptions.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/profilesmartcardoptions.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/profilesmartcardoptions.h')
-rw-r--r--src/profilesmartcardoptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profilesmartcardoptions.h b/src/profilesmartcardoptions.h
index b480469..6698b4b 100644
--- a/src/profilesmartcardoptions.h
+++ b/src/profilesmartcardoptions.h
@@ -30,7 +30,7 @@
*/
class ProfileSmartcardOptions : public ProfileSmartcardOptionsBase
{
-Q_OBJECT
+TQ_OBJECT
public:
ProfileSmartcardOptions(TQWidget *parent);