summaryrefslogtreecommitdiffstats
path: root/src/enterxauthinteractivepasscodedialog.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/enterxauthinteractivepasscodedialog.h
parent1bdf9a28d0246b319638f67ef3c15f2aaf7a9911 (diff)
downloadkvpnc-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/enterxauthinteractivepasscodedialog.h')
-rw-r--r--src/enterxauthinteractivepasscodedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enterxauthinteractivepasscodedialog.h b/src/enterxauthinteractivepasscodedialog.h
index 99034a3..75fc027 100644
--- a/src/enterxauthinteractivepasscodedialog.h
+++ b/src/enterxauthinteractivepasscodedialog.h
@@ -24,7 +24,7 @@
#include <kdialogbase.h>
class EnterXauthInteractivePasscodeDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
EnterXauthInteractivePasscodeDialog(TQWidget *parent, bool allowEmptyPassword=false);