diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-21 19:40:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-21 19:40:47 +0000 |
commit | 0406f543f8c9f30455199e0f3956da41f126b2fb (patch) | |
tree | 8e485703cc71d5d3ababeac16dcbeb72641be400 /kioslave/media | |
parent | 8155225c9be993acc0512956416d195edfef4eb9 (diff) | |
download | tdebase-0406f543f8c9f30455199e0f3956da41f126b2fb.tar.gz tdebase-0406f543f8c9f30455199e0f3956da41f126b2fb.zip |
Signal/slot repairs
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216185 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslave/media')
-rw-r--r-- | kioslave/media/propsdlgplugin/propertiespagegui.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kioslave/media/propsdlgplugin/propertiespagegui.ui b/kioslave/media/propsdlgplugin/propertiespagegui.ui index 416c85c13..62ce92d3b 100644 --- a/kioslave/media/propsdlgplugin/propertiespagegui.ui +++ b/kioslave/media/propsdlgplugin/propertiespagegui.ui @@ -374,12 +374,12 @@ Display the short name as is; store a long name when the short name is not all u <variables> <variable>bool m_hasChanged;</variable> </variables> -<signals> +<Q_SIGNALS> <signal>changed()</signal> -</signals> -<slots> +</Q_SIGNALS> +<Q_SLOTS> <slot access="protected">changedSlot()</slot> -</slots> +</Q_SLOTS> <functions> <function returnType="bool">hasChanged()</function> </functions> |