diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 09:33:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 09:33:56 +0000 |
commit | d53bf360906757a36588588fb0286d3b4784ffcb (patch) | |
tree | e231cb658b614b66ee2ff922cf92c2927de44962 /kxkb/kxkbbindings.cpp | |
parent | 0406f543f8c9f30455199e0f3956da41f126b2fb (diff) | |
download | tdebase-d53bf360906757a36588588fb0286d3b4784ffcb.tar.gz tdebase-d53bf360906757a36588588fb0286d3b4784ffcb.zip |
Minor compilation enhancements
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kxkb/kxkbbindings.cpp')
-rw-r--r-- | kxkb/kxkbbindings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kxkb/kxkbbindings.cpp b/kxkb/kxkbbindings.cpp index 9d8ebddf5..fad480f7c 100644 --- a/kxkb/kxkbbindings.cpp +++ b/kxkb/kxkbbindings.cpp @@ -1,6 +1,6 @@ #ifndef NOSLOTS # define DEF( name, key3, key4, fnSlot ) \ - keys->insert( name, i18n(name), TQString(), key3, key4, this, TQT_SLOT(fnSlot) ) + keys->insert( name, i18n(name), TQString(), key3, key4, TQT_TQOBJECT(this), TQT_SLOT(fnSlot) ) #else # define DEF( name, key3, key4, fnSlot ) \ keys->insert( name, i18n(name), TQString(), key3, key4 ) |