diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 11:26:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-02 11:26:24 +0900 |
commit | 20b4cb9a3d16b40737c93dff885d4532a8289086 (patch) | |
tree | a5a31f22fc39a8513058a3f68943cf2b366d68a5 | |
parent | 92a7c996431268b8e7fecbf906ae2af9b2e2d2c5 (diff) | |
download | tdenetworkmanager-20b4cb9a3d16b40737c93dff885d4532a8289086.tar.gz tdenetworkmanager-20b4cb9a3d16b40737c93dff885d4532a8289086.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
-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> |