- to extend the functionality, but keep a simpler toggleHidden() for use in SLOT() macro
As toggleHidden() has some functionality in, that is good for showNormalIfMinimized() I moved the code to it.
I was not able to completely remove toggleHidden(), as SLOT(showNormalIfMinimized(true)) is not allowed. If someone knows how to use showNormalIfMinimized(true) in SLOT I can update this.