summaryrefslogtreecommitdiff
path: root/noncore/games/kbill/kbill.h
Side-by-side diff
Diffstat (limited to 'noncore/games/kbill/kbill.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/kbill/kbill.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/games/kbill/kbill.h b/noncore/games/kbill/kbill.h
index fbc0c6c..da1a111 100644
--- a/noncore/games/kbill/kbill.h
+++ b/noncore/games/kbill/kbill.h
@@ -37,8 +37,9 @@ class KBill : public QMainWindow
QMenuBar *menu;
QPopupMenu *file, *help;
Field *field;
int pauseid;
+
protected slots:
void Quit();
void About();
void NewGame();
@@ -47,8 +48,9 @@ class KBill : public QMainWindow
void Story();
void Rules();
void ViewHighScores();
+protected:
friend class UI;
};
#endif