diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:56:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 11:01:16 +0900 |
| commit | 918444d107da913ec1c80a8a039bac1d6955fa38 (patch) | |
| tree | d1ab397dc6362d1f79c47aa68fc5f97b74058b10 /src/profilenetworkrouteoptions.h | |
| parent | 1bdf9a28d0246b319638f67ef3c15f2aaf7a9911 (diff) | |
| download | kvpnc-918444d1.tar.gz kvpnc-918444d1.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/profilenetworkrouteoptions.h')
| -rw-r--r-- | src/profilenetworkrouteoptions.h | 2 |
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); |
