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-20 12:56:58 +0900 |
commit | 6f41d5d897cf8f6100ae6e21321a93aaab9b1d84 (patch) | |
tree | d1ab397dc6362d1f79c47aa68fc5f97b74058b10 /src/profilecmdexecbeforedisconnectoptions.h | |
parent | e361a7cc42ad3ad0235ff7137bff77730380a351 (diff) | |
download | kvpnc-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/profilecmdexecbeforedisconnectoptions.h')
-rw-r--r-- | src/profilecmdexecbeforedisconnectoptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profilecmdexecbeforedisconnectoptions.h b/src/profilecmdexecbeforedisconnectoptions.h index 2047f77..3522021 100644 --- a/src/profilecmdexecbeforedisconnectoptions.h +++ b/src/profilecmdexecbeforedisconnectoptions.h @@ -28,7 +28,7 @@ */ class ProfileCmdExecBeforeDisconnectOptions : public ProfileCmdExecBeforeDisconnectOptionsBase { -Q_OBJECT +TQ_OBJECT public: ProfileCmdExecBeforeDisconnectOptions(TQWidget *parent); |