diff options
Diffstat (limited to 'src/tastymenu.cpp')
-rw-r--r-- | src/tastymenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tastymenu.cpp b/src/tastymenu.cpp index 2b8520c..25c17db 100644 --- a/src/tastymenu.cpp +++ b/src/tastymenu.cpp @@ -56,7 +56,7 @@ TastyMenu::TastyMenu(const TQString& configFile, Type type, int actions, TQWidge _showBigToolTip = kickerConf->readBoolEntry("EnableIconZoom", true); button = new TastyButton(this); - menuHandler = new MenuHandler(this, prefSkel, "MenuHandler", 0); + menuHandler = new MenuHandler(this, prefSkel, "MenuHandler", WType_TopLevel); connect (button, SIGNAL (pressed()), this, SLOT (clickSlot ())); connect (menuHandler, SIGNAL(hidden()), this, SLOT(setButtonUp())); |