From 920a91e2248f805f39d5b1a65d9f0dde6060bf7c Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 29 Oct 2004 23:21:45 +0000 Subject: fix in parameter list of popup menu --- (limited to 'pwmanager') diff --git a/pwmanager/pwmanager/pwm.cpp b/pwmanager/pwmanager/pwm.cpp index 9642a43..d9fbfc9 100644 --- a/pwmanager/pwmanager/pwm.cpp +++ b/pwmanager/pwmanager/pwm.cpp @@ -357,7 +357,7 @@ void PwM::initMenubar() // "options" popup menu optionsPopup->insertItem(QIconSet(picons->loadIcon("configure", KIcon::Small)), i18n("&Configure..."), this, - SLOT(config_slot()), + SLOT(config_slot()),0, BUTTON_POPUP_OPTIONS_CONFIG); menuBar()->insertItem(i18n("&Options"), optionsPopup); // "help" popup menu @@ -366,7 +366,7 @@ void PwM::initMenubar() #else optionsPopup->insertItem(QIconSet(picons->loadIcon("configure", KIcon::Small)), i18n("C&ategories..."), this, - SLOT(category_slot()), + SLOT(category_slot()),0, BUTTON_POPUP_OPTIONS_CATEGORY); -- cgit v0.9.0.2