2 Copyright (c) 2007 Paolo Capriotti <p.capriotti@gmail.com>
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
13 #include <KGameDifficulty>
14 #include <KXmlGuiWindow>
15 #include "ui_preferences.h"
20 class MainWindow
: public KXmlGuiWindow
23 QLabel
* m_balls_label
;
25 Ui_Preferences m_pref_ui
;
27 QPair
<QByteArray
, QString
> m_lastUsedDifficulty
;
29 void showCursor(bool show
);
36 void setGameTime(int time
);
37 void setBallNumber(int number
);
42 void changeState(bool);
43 void difficultyChanged(KGameDifficulty::standardLevel level
);
48 #endif // MAINWINDOW_H