summaryrefslogtreecommitdiff
path: root/noncore/games/kbill/kbill.h
authorzecke <zecke>2004-09-10 11:14:02 (UTC)
committer zecke <zecke>2004-09-10 11:14:02 (UTC)
commitb8baf551919868737c6f56a05e6efa1bad4d97ac (patch) (side-by-side diff)
tree402c587e55356aff7f13990e1efcf57775bb9670 /noncore/games/kbill/kbill.h
parent046bff8abb6727f5522748a2dc8a259d27b5979b (diff)
downloadopie-b8baf551919868737c6f56a05e6efa1bad4d97ac.zip
opie-b8baf551919868737c6f56a05e6efa1bad4d97ac.tar.gz
opie-b8baf551919868737c6f56a05e6efa1bad4d97ac.tar.bz2
Remove unused parameter
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
@@ -38,6 +38,7 @@ class KBill : public QMainWindow
QPopupMenu *file, *help;
Field *field;
int pauseid;
+
protected slots:
void Quit();
void About();
@@ -48,6 +49,7 @@ class KBill : public QMainWindow
void Rules();
void ViewHighScores();
+protected:
friend class UI;
};