diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-06 10:20:42 +0900 |
commit | 7ad14b004aabad9e185cbc1e894489b24e4b5d48 (patch) | |
tree | ae5b61928c2f83f6b339743277a6b3c2c709a371 /certmanager/lib | |
parent | 3b1e4bbb3df6a0de8aa0693038449c6f0359ce91 (diff) | |
download | tdepim-7ad14b004aabad9e185cbc1e894489b24e4b5d48.tar.gz tdepim-7ad14b004aabad9e185cbc1e894489b24e4b5d48.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 477975ca208e5f68bc748118dc6a18bd94895961)
Diffstat (limited to 'certmanager/lib')
-rw-r--r-- | certmanager/lib/ui/directoryserviceswidgetbase.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/ui/directoryserviceswidgetbase.ui b/certmanager/lib/ui/directoryserviceswidgetbase.ui index fcc7d493c..c34b16f15 100644 --- a/certmanager/lib/ui/directoryserviceswidgetbase.ui +++ b/certmanager/lib/ui/directoryserviceswidgetbase.ui @@ -330,13 +330,13 @@ By clicking this button, you can remove the currently selected directory service <slot>slotMoveDown()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected">slotAddService()</slot> <slot access="protected">slotDeleteService()</slot> <slot access="protected">slotServiceChanged( TQListViewItem* )</slot> <slot access="protected">slotServiceSelected( TQListViewItem* )</slot> <slot access="protected">slotMoveUp()</slot> <slot access="protected">slotMoveDown()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |