summaryrefslogtreecommitdiff
path: root/noncore/games/fifteen/fifteen.h
authorzecke <zecke>2004-07-24 18:11:45 (UTC)
committer zecke <zecke>2004-07-24 18:11:45 (UTC)
commit5a8963dff615da61611f5cc4bf410e7a6eeef55b (patch) (side-by-side diff)
tree5a559826d04a2f99a0d00bd8e979c4e9e133c05c /noncore/games/fifteen/fifteen.h
parente7ccf9bd121f98fa4c07b78eae7d36bdfa5b60bc (diff)
downloadopie-5a8963dff615da61611f5cc4bf410e7a6eeef55b.zip
opie-5a8963dff615da61611f5cc4bf410e7a6eeef55b.tar.gz
opie-5a8963dff615da61611f5cc4bf410e7a6eeef55b.tar.bz2
Have a custom grid for the game. Now the name of fifteen is
pretty obsolete but hey it is fun :)
Diffstat (limited to 'noncore/games/fifteen/fifteen.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/fifteen/fifteen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/fifteen/fifteen.h b/noncore/games/fifteen/fifteen.h
index 4b8702d..c70afc8 100644
--- a/noncore/games/fifteen/fifteen.h
+++ b/noncore/games/fifteen/fifteen.h
@@ -38,13 +38,13 @@ class PiecesTable : public QTableView
public:
PiecesTable(QWidget* parent = 0, const char* name = 0);
~PiecesTable();
protected slots:
void slotConfigure();
- void slotCustomImage(const QString &str, bool upd = false);
+ void slotCustomImage(const QString &str);
void slotRandomize();
void slotReset();
protected:
void resizeEvent(QResizeEvent*);
void mousePressEvent(QMouseEvent*);