summaryrefslogtreecommitdiff
path: root/noncore/games/bounce/kbounce.h
Side-by-side diff
Diffstat (limited to 'noncore/games/bounce/kbounce.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/bounce/kbounce.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/games/bounce/kbounce.h b/noncore/games/bounce/kbounce.h
index de41710..c59109f 100644
--- a/noncore/games/bounce/kbounce.h
+++ b/noncore/games/bounce/kbounce.h
@@ -11,49 +11,50 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this program; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef KJEZZBALL_H_INCLUDED
#define KJEZZBALL_H_INCLUDED
#include <qmainwindow.h>
#include <qmenubar.h>
#include <qlabel.h>
class JezzGame;
class QLCDNumber;
class QGridLayout;
class KJezzball : public QMainWindow
{
Q_OBJECT
public:
- KJezzball();
+ static QString appName() { return QString::fromLatin1("bounce"); }
+ KJezzball(QWidget *, const char*, WFlags );
public slots:
void newGame();
void pauseGame();
void closeGame();
void about();
protected slots:
void died();
void newPercent( int percent );
void second();
void switchLevel();
void gameOverNow();
protected:
void createLevel( int level );
void startLevel();
void stopLevel();
void nextLevel();
void gameOver();
void initXMLUI();
void focusOutEvent( QFocusEvent * );
void focusInEvent ( QFocusEvent * );