summaryrefslogtreecommitdiffstats
path: root/src/profilenetworkrouteoptions.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 12:56:58 +0900
committerMichele Calgaro <[email protected]>2023-07-20 12:56:58 +0900
commit6f41d5d897cf8f6100ae6e21321a93aaab9b1d84 (patch)
treed1ab397dc6362d1f79c47aa68fc5f97b74058b10 /src/profilenetworkrouteoptions.h
parente361a7cc42ad3ad0235ff7137bff77730380a351 (diff)
downloadkvpnc-6f41d5d897cf8f6100ae6e21321a93aaab9b1d84.tar.gz
kvpnc-6f41d5d897cf8f6100ae6e21321a93aaab9b1d84.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/profilenetworkrouteoptions.h')
-rw-r--r--src/profilenetworkrouteoptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profilenetworkrouteoptions.h b/src/profilenetworkrouteoptions.h
index f64db74..996de23 100644
--- a/src/profilenetworkrouteoptions.h
+++ b/src/profilenetworkrouteoptions.h
@@ -30,7 +30,7 @@
*/
class ProfileNetworkRouteOptions : public ProfileNetworkRouteOptionsBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
ProfileNetworkRouteOptions(TQWidget *parent);