summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/buttons/kbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/buttons/kbutton.cpp')
-rw-r--r--kicker/kicker/buttons/kbutton.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kicker/kicker/buttons/kbutton.cpp b/kicker/kicker/buttons/kbutton.cpp
index 73454b99f..d39346edb 100644
--- a/kicker/kicker/buttons/kbutton.cpp
+++ b/kicker/kicker/buttons/kbutton.cpp
@@ -33,6 +33,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "menumanager.h"
#include "k_mnu.h"
+#include "k_mnu_stub.h"
#include "kbutton.h"
#include "kbutton.moc"
@@ -43,7 +44,7 @@ KButton::KButton( TQWidget* parent )
TQToolTip::add(this, i18n("Applications, tasks and desktop sessions"));
setTitle(i18n("K Menu"));
- setPopup(MenuManager::the()->kmenu());
+ setPopup(MenuManager::the()->kmenu()->widget());
MenuManager::the()->registerKButton(this);
setIcon("kmenu");