summaryrefslogtreecommitdiffstats
path: root/tdeabc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-05 11:19:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-05 11:19:36 +0900
commit477975ca208e5f68bc748118dc6a18bd94895961 (patch)
tree670e3912afc908378c1d75084ded99713b6e5817 /tdeabc
parentd2f343cc239e1fa25c9581cf35bada96692c41db (diff)
downloadtdepim-477975ca208e5f68bc748118dc6a18bd94895961.tar.gz
tdepim-477975ca208e5f68bc748118dc6a18bd94895961.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeabc')
-rw-r--r--tdeabc/frontend/mainWindow.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeabc/frontend/mainWindow.ui b/tdeabc/frontend/mainWindow.ui
index 240114a6..4bce4b34 100644
--- a/tdeabc/frontend/mainWindow.ui
+++ b/tdeabc/frontend/mainWindow.ui
@@ -1365,7 +1365,7 @@
<variable>TQString mCurrentAddress</variable>
<variable>TQString mCurrentPhone</variable>
</variables>
-<Q_SLOTS>
+<slots>
<slot>init()</slot>
<slot>destroy()</slot>
<slot>fileSave()</slot>
@@ -1404,6 +1404,6 @@
<slot>addressBookLocked()</slot>
<slot>addressBookUnlocked()</slot>
<slot>fileOpenStd()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>