From 8e1ea50928f169241a1cfa2a9e8c2f36f454778d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 Apr 2020 19:48:26 +0900 Subject: Replaced custom help menu with standard TDE help menu. This resolves bug 3087. Signed-off-by: Michele Calgaro (cherry picked from commit 60091c788a66a7ff26fa4e78b8c0caac6d8c580a) --- src/tdepowersave.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/tdepowersave.h') diff --git a/src/tdepowersave.h b/src/tdepowersave.h index bb46fc0..41e0d9f 100644 --- a/src/tdepowersave.h +++ b/src/tdepowersave.h @@ -217,9 +217,6 @@ private: //! a menu seperator ID /*! contains the ID of the separator between autosuspend and Help*/ int HELP_SEPARATOR_MENU_ID; - //! a menu ID - /*! contains the ID of the help menu*/ - int HELP_MENU; //! number of white pixel in the kickerapplet icon /*! @@ -260,9 +257,6 @@ private: //! a sub-menu of the kickerapplet /*! TQPopupMenu for the scheme-entries. */ TQPopupMenu *scheme_menu; - //! a sub-menu of the kickerapplet - /*! TQPopupMenu for the help-entries. */ - TQPopupMenu *help_menu; //! icon-pixmap @@ -343,8 +337,6 @@ private slots: void slotHelp(); //! called to open the tdepowersave About dialog void slotAbout(); - //! called to open website to report bugs - void slotReportBug(); //! called if the configure dialog is destroyed void observeConfigDlg(); //! called if user exit from tdepowersave -- cgit v1.2.1