diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:53:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-04 10:33:54 +0900 |
commit | 7f3bcfe1003504498f27b8930e723e0f7562c40a (patch) | |
tree | dfa3e8b34b54c062ed919439fd7170a8e96e5d75 /tdeabc/plugins/ldaptdeio | |
parent | 08a957a2e9e2c3449007f2118da08af79505044f (diff) | |
download | tdelibs-7f3bcfe1003504498f27b8930e723e0f7562c40a.tar.gz tdelibs-7f3bcfe1003504498f27b8930e723e0f7562c40a.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1e5d5c92c374c8c950f01fa5aa916b3f722f98c1)
Diffstat (limited to 'tdeabc/plugins/ldaptdeio')
-rw-r--r-- | tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp b/tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp index ed6675392..84c62370d 100644 --- a/tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp +++ b/tdeabc/plugins/ldaptdeio/resourceldaptdeio.cpp @@ -123,7 +123,7 @@ ResourceLDAPTDEIO::~ResourceLDAPTDEIO() void ResourceLDAPTDEIO::enter_loop() { TQWidget dummy(0,0,(WFlags)(WType_Dialog | WShowModal)); - dummy.setFocusPolicy( TQ_NoFocus ); + dummy.setFocusPolicy( TQWidget::NoFocus ); tqt_enter_modal(&dummy); tqApp->enter_loop(); tqt_leave_modal(&dummy); |