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 /kicker/libkicker | |
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 'kicker/libkicker')
-rw-r--r-- | kicker/libkicker/panelbutton.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kicker/libkicker/panelbutton.cpp b/kicker/libkicker/panelbutton.cpp index 0edae6987..4d61566b2 100644 --- a/kicker/libkicker/panelbutton.cpp +++ b/kicker/libkicker/panelbutton.cpp @@ -21,6 +21,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ******************************************************************/ +#undef None // Qt4 #include <tqcursor.h> #include <tqfile.h> #include <tqfontmetrics.h> |