1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Index: stroq-0.2/playsquare.h
===================================================================
--- stroq-0.2.orig/playsquare.h 2007-05-29 17:20:18.000000000 +0200
+++ stroq-0.2/playsquare.h 2007-05-29 17:20:28.000000000 +0200
@@ -146,7 +146,7 @@
/**
* Returns the index of the currently loaded theme
*/
- static int PlaySquare::getCurrentTheme();
+ static int getCurrentTheme();
/**
* Changes the current theme
Index: stroq-0.2/puzzle.h
===================================================================
--- stroq-0.2.orig/puzzle.h 2007-05-29 17:19:57.000000000 +0200
+++ stroq-0.2/puzzle.h 2007-05-29 17:20:28.000000000 +0200
@@ -79,7 +79,7 @@
* Builds a puzzle made of PlaySquares given a code. See previous
* method.
*/
- Puzzle::Puzzle(QString code, QCanvas *canvas);
+ Puzzle(QString code, QCanvas *canvas);
/**
* Class destructor
Index: stroq-0.2/selectpuzzledialog.h
===================================================================
--- stroq-0.2.orig/selectpuzzledialog.h 2007-05-29 17:20:03.000000000 +0200
+++ stroq-0.2/selectpuzzledialog.h 2007-05-29 17:20:28.000000000 +0200
@@ -67,7 +67,7 @@
// The following two methods are used to get the results of the dialog
QString getPuzzleCode();
- int SelectPuzzleDialog::getPuzzleNumber();
+ int getPuzzleNumber();
signals:
/**
|