diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-20 19:48:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-20 19:48:26 +0900 |
commit | 60091c788a66a7ff26fa4e78b8c0caac6d8c580a (patch) | |
tree | 505124fbd6d07a07b91ce4e5db6fca7e9c663383 /src/tdepowersave.h | |
parent | 41ca44956bd99543f0323a68886116b757331983 (diff) | |
download | tdepowersave-60091c788a66a7ff26fa4e78b8c0caac6d8c580a.tar.gz tdepowersave-60091c788a66a7ff26fa4e78b8c0caac6d8c580a.zip |
Replaced custom help menu with standard TDE help menu. This resolves bug 3087.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tdepowersave.h')
-rw-r--r-- | src/tdepowersave.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tdepowersave.h b/src/tdepowersave.h index cb0bd0b..df5214a 100644 --- a/src/tdepowersave.h +++ b/src/tdepowersave.h @@ -215,9 +215,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 /*! @@ -258,9 +255,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 |