summaryrefslogtreecommitdiffstats
path: root/pacman-c++
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-15 13:23:07 +0200
committermanuel <manuel@mausz.at>2011-04-15 13:23:07 +0200
commite065796e8d1cd4507899ba2c6d4f5410d83bb994 (patch)
treed039e84d57765ebb5ba011ceaa278fd197fc4726 /pacman-c++
parent536ddd91ae7f162045226d4b358ba95d678f6deb (diff)
downloadfoop-e065796e8d1cd4507899ba2c6d4f5410d83bb994.tar.gz
foop-e065796e8d1cd4507899ba2c6d4f5410d83bb994.tar.bz2
foop-e065796e8d1cd4507899ba2c6d4f5410d83bb994.zip
fix build error
Diffstat (limited to 'pacman-c++')
-rw-r--r--pacman-c++/anyoption.cpp1
-rw-r--r--pacman-c++/client.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/pacman-c++/anyoption.cpp b/pacman-c++/anyoption.cpp
index 5d11508..fc302b3 100644
--- a/pacman-c++/anyoption.cpp
+++ b/pacman-c++/anyoption.cpp
@@ -60,6 +60,7 @@
60 */ 60 */
61 61
62#include "anyoption.h" 62#include "anyoption.h"
63#include <string.h>
63 64
64AnyOption::AnyOption() 65AnyOption::AnyOption()
65{ 66{
diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp
index 7b84dae..7c428c5 100644
--- a/pacman-c++/client.cpp
+++ b/pacman-c++/client.cpp
@@ -130,7 +130,7 @@ void Client::showAbout()
130 "Authors: H. Demel, B. Mallinger, M. Mausz, M. Racz<br/>" 130 "Authors: H. Demel, B. Mallinger, M. Mausz, M. Racz<br/>"
131 "<br/>" 131 "<br/>"
132 "Gameplay based on <a href=\"http://en.wikipedia.org/wiki/Pac-Man\">Pacman</a>" 132 "Gameplay based on <a href=\"http://en.wikipedia.org/wiki/Pac-Man\">Pacman</a>"
133 ", &copy; <a href=\"http://www.namco.co.jp/\">Namco</a>, 1980<br/>" 133 ", &copy; <a href=\"http://www.namco.co.jp/\">Namco</a> 1980<br/>"
134 "<br/>" 134 "<br/>"
135 "Developed using Qt %2 (%3 bit)<br/>") 135 "Developed using Qt %2 (%3 bit)<br/>")
136 .arg(actoricons, QLatin1String(QT_VERSION_STR), QString::number(QSysInfo::WordSize)); 136 .arg(actoricons, QLatin1String(QT_VERSION_STR), QString::number(QSysInfo::WordSize));