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
|
--- ./playsquare.h~ 2006-03-18 13:25:26.000000000 +0000
+++ ./playsquare.h 2006-03-18 13:25:30.000000000 +0000
@@ -146,7 +146,7 @@
/**
* Returns the index of the currently loaded theme
*/
- static int PlaySquare::getCurrentTheme();
+ static int getCurrentTheme();
/**
* Changes the current theme
--- ./puzzle.h~ 2006-03-18 13:25:35.000000000 +0000
+++ ./puzzle.h 2006-03-18 13:25:40.000000000 +0000
@@ -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
--- ./selectpuzzledialog.h~ 2006-03-18 13:25:52.000000000 +0000
+++ ./selectpuzzledialog.h 2006-03-18 13:25:56.000000000 +0000
@@ -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:
/**
--
Martin Michlmayr
http://www.cyrius.com/
|