summaryrefslogtreecommitdiffstats
path: root/src/profilenetworkgeneraloptions.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-20 12:56:58 +0900
commit6f41d5d897cf8f6100ae6e21321a93aaab9b1d84 (patch)
treed1ab397dc6362d1f79c47aa68fc5f97b74058b10 /src/profilenetworkgeneraloptions.h
parente361a7cc42ad3ad0235ff7137bff77730380a351 (diff)
downloadkvpnc-6f41d5d897cf8f6100ae6e21321a93aaab9b1d84.tar.gz
kvpnc-6f41d5d897cf8f6100ae6e21321a93aaab9b1d84.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/profilenetworkgeneraloptions.h')
-rw-r--r--src/profilenetworkgeneraloptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profilenetworkgeneraloptions.h b/src/profilenetworkgeneraloptions.h
index b04cdb5..99eaece 100644
--- a/src/profilenetworkgeneraloptions.h
+++ b/src/profilenetworkgeneraloptions.h
@@ -28,7 +28,7 @@
*/
class ProfileNetworkGeneralOptions : public ProfileNetworkGeneralOptionsBase
{
-Q_OBJECT
+TQ_OBJECT
public:
ProfileNetworkGeneralOptions(TQWidget *parent);