From 14056eb4ec076bc243dcb9f600999eb437fb8afd Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 10 Sep 2004 09:53:08 +0000 Subject: Fixed menubar problem --- (limited to 'kaddressbook/kabcore.cpp') diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 2a2f904..bbf8e1b 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -93,9 +93,11 @@ $Id$ #ifndef DESKTOP_VERSION #include +#include #include #else +#include #endif #endif // KAB_EMBEDDED @@ -1759,7 +1761,7 @@ void KABCore::addActionsManually() #else //US setup toolbar - QMenuBar *menuBarTB = new QMenuBar( tb ); + QPEMenuBar *menuBarTB = new QPEMenuBar( tb ); QPopupMenu *popupBarTB = new QPopupMenu( this ); menuBarTB->insertItem( "ME", popupBarTB); tb->insertWidget(-1, 0, menuBarTB); -- cgit v0.9.0.2