diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 11:26:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-04 20:27:08 +0900 |
commit | 5ec457f39c6368e8141aea90145e5245f86f1d4a (patch) | |
tree | b08648286e9fb6192d31216c80183dc9ddb83b61 | |
parent | a88fc517004b867b6ce395da79859ecaa4e14641 (diff) | |
download | tdenetworkmanager-5ec457f39c6368e8141aea90145e5245f86f1d4a.tar.gz tdenetworkmanager-5ec457f39c6368e8141aea90145e5245f86f1d4a.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 20b4cb9a3d16b40737c93dff885d4532a8289086)
-rw-r--r-- | tdenetworkmanager/src/vpnauthentication.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdenetworkmanager/src/vpnauthentication.ui b/tdenetworkmanager/src/vpnauthentication.ui index eb34891..4d44bc9 100644 --- a/tdenetworkmanager/src/vpnauthentication.ui +++ b/tdenetworkmanager/src/vpnauthentication.ui @@ -137,10 +137,10 @@ <tabstop>chkStorePasswordsPermanent</tabstop> <tabstop>widgetStack</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot access="protected">ok()</slot> <slot access="protected">cancel()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> |