diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-06 10:18:46 +0900 |
| commit | b71a5b9b6a73eb786afc7d967e26f03a264e0f40 (patch) | |
| tree | 6aec1d1087c529cf9f649920c552366dd10aae7d /juk/exampleoptionsbase.ui | |
| parent | 39a4235db1ca9b470a13686c534c2f10cf6be1b1 (diff) | |
| download | tdemultimedia-b71a5b9b.tar.gz tdemultimedia-b71a5b9b.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8423a99b3f4530263c4d16364e834ecf83fd9b3b)
Diffstat (limited to 'juk/exampleoptionsbase.ui')
| -rw-r--r-- | juk/exampleoptionsbase.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/juk/exampleoptionsbase.ui b/juk/exampleoptionsbase.ui index 87563c25..c5a09acf 100644 --- a/juk/exampleoptionsbase.ui +++ b/juk/exampleoptionsbase.ui @@ -267,15 +267,15 @@ <tabstop>m_exampleTrack</tabstop> <tabstop>m_exampleYear</tabstop> </tabstops> -<Q_SIGNALS> +<signals> <signal>dataChanged()</signal> <signal>fileChanged()</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot access="protected">exampleSelectionChanged()</slot> <slot access="protected">exampleDataChanged()</slot> <slot access="protected">exampleFileChanged()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">klineedit.h</include> |
