diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:59 -0600 |
commit | c75428cb70ed336c2d3f40d71ad41444097a6626 (patch) | |
tree | db66ae525d43cec6633b7e3d4d6035abc38baf9c /atlantik/client | |
parent | 3f52288dea050e15d91fa5753229f436a7b5a247 (diff) | |
download | tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.tar.gz tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'atlantik/client')
-rw-r--r-- | atlantik/client/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantik/client/main.cpp b/atlantik/client/main.cpp index cd810aea..ec677a57 100644 --- a/atlantik/client/main.cpp +++ b/atlantik/client/main.cpp @@ -36,11 +36,11 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData( + TDEAboutData aboutData( "atlantik", I18N_NOOP("Atlantik"), ATLANTIK_VERSION_STRING, I18N_NOOP("The Atlantic board game"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP("(c) 1998-2004 Rob Kaper"), I18N_NOOP("TDE client for playing Monopoly-like games on the monopd network."), "http://unixcode.org/atlantik/" |