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 /kcontrol/smartcard | |
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 'kcontrol/smartcard')
-rw-r--r-- | kcontrol/smartcard/smartcardbase.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/smartcard/smartcardbase.ui b/kcontrol/smartcard/smartcardbase.ui index df12f9deb..a17da184f 100644 --- a/kcontrol/smartcard/smartcardbase.ui +++ b/kcontrol/smartcard/smartcardbase.ui @@ -297,11 +297,11 @@ <includes> <include location="local" impldecl="in implementation">smartcardbase.ui.h</include> </includes> -<slots> +<Q_SLOTS> <slot>slotTestReader()</slot> <slot>enableSupport_toggled(bool)</slot> <slot>enablePolling_toggled(bool)</slot> -</slots> +</Q_SLOTS> <includes> <include location="local" impldecl="in implementation">kdialog.h</include> </includes> |