diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:22:15 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:51:31 +0900 |
| commit | 8923dcc36fef71e4ffaf58085642255450761262 (patch) | |
| tree | 63e1ef9c9c928cb347a53878832675e07f15ef5b /ksayit/src/DocTreeView.ui | |
| parent | 79f019f19e44c3daa3b60d1c983690045cf4db11 (diff) | |
| download | tdeaccessibility-8923dcc36fef71e4ffaf58085642255450761262.tar.gz tdeaccessibility-8923dcc36fef71e4ffaf58085642255450761262.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2ce6b371816292d249824aa157691968d8310c00)
Diffstat (limited to 'ksayit/src/DocTreeView.ui')
| -rw-r--r-- | ksayit/src/DocTreeView.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ksayit/src/DocTreeView.ui b/ksayit/src/DocTreeView.ui index d66454e..d1240cd 100644 --- a/ksayit/src/DocTreeView.ui +++ b/ksayit/src/DocTreeView.ui @@ -123,7 +123,7 @@ <include location="local" impldecl="in implementation">DocTreeView.ui.h</include> <include location="global" impldecl="in implementation">tdelistview.h</include> </includes> -<Q_SIGNALS> +<signals> <signal>signalContentChanged(const TQString &)</signal> <signal>signalAllNodesProcessed()</signal> <signal>signalSetText(const TQString &)</signal> @@ -132,8 +132,8 @@ <signal>signalSetBookmarkFilename(const TQString&)</signal> <signal>signalChangeBookmarkFilename(const TQString &)</signal> <signal>signalDeleteBookmark(const TQString&, const TQString&)</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot>slotItemClicked( TQListViewItem * )</slot> <slot access="protected">slotRenameItem()</slot> <slot access="protected">slotDeleteItem()</slot> @@ -154,6 +154,6 @@ <slot access="protected">slotNewSection_4()</slot> <slot access="protected">slotNewSection_5()</slot> <slot>slotRightButtonPressed( TQListViewItem * i, const TQPoint &, int )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |
