From c75428cb70ed336c2d3f40d71ad41444097a6626 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:17:59 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- atlantik/client/main.cpp | 4 ++-- atlantik/kio_atlantik/kio_atlantik.cpp | 2 +- kasteroids/main.cpp | 4 ++-- katomic/main.cpp | 4 ++-- kbackgammon/main.cpp | 4 ++-- kbattleship/kbattleship/main.cpp | 2 +- kblackbox/main.cpp | 4 ++-- kbounce/main.cpp | 4 ++-- kenolaba/kenolaba.cpp | 4 ++-- kgoldrunner/src/main.cpp | 4 ++-- kjumpingcube/main.cpp | 4 ++-- klines/main.cpp | 4 ++-- kmahjongg/main.cpp | 4 ++-- kmines/CHANGELOG | 2 +- kmines/main.cpp | 4 ++-- knetwalk/src/main.cpp | 4 ++-- kolf/main.cpp | 2 +- konquest/Konquest.cc | 4 ++-- kpat/main.cpp | 4 ++-- kpoker/main.cpp | 4 ++-- kreversi/main.cpp | 4 ++-- ksame/main.cpp | 4 ++-- kshisen/main.cpp | 4 ++-- ksirtet/CHANGELOG | 2 +- ksmiletris/main.cpp | 4 ++-- ksnake/main.cpp | 4 ++-- ksokoban/main.cpp | 4 ++-- kspaceduel/main.cpp | 4 ++-- ktron/main.cpp | 4 ++-- ktuberling/main.cpp | 4 ++-- libksirtet/base/factory.cpp | 4 ++-- libksirtet/base/factory.h | 4 ++-- lskat/lskat/main.cpp | 4 ++-- twin4/twin4/main.cpp | 4 ++-- 34 files changed, 63 insertions(+), 63 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/" diff --git a/atlantik/kio_atlantik/kio_atlantik.cpp b/atlantik/kio_atlantik/kio_atlantik.cpp index 3cba3275..95eca5fa 100644 --- a/atlantik/kio_atlantik/kio_atlantik.cpp +++ b/atlantik/kio_atlantik/kio_atlantik.cpp @@ -36,7 +36,7 @@ extern "C" { int LIBATLANTIC_EXPORT kdemain( int, char **argv ) { - KInstance instance( "kio_atlantik" ); + TDEInstance instance( "kio_atlantik" ); AtlantikProtocol slave(argv[2], argv[3]); slave.dispatchLoop(); return 0; diff --git a/kasteroids/main.cpp b/kasteroids/main.cpp index 504e7ebb..8cf87921 100644 --- a/kasteroids/main.cpp +++ b/kasteroids/main.cpp @@ -23,8 +23,8 @@ static const char description[] = int main( int argc, char *argv[] ) { - KAboutData aboutData( "kasteroids", I18N_NOOP("KAsteroids"), - KASTEROIDS_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kasteroids", I18N_NOOP("KAsteroids"), + KASTEROIDS_VERSION, description, TDEAboutData::License_GPL, "(c) 1997, Martin R. Jones"); aboutData.addAuthor("Martin R. Jones",0, "mjones@kde.org"); TDECmdLineArgs::init( argc, argv, &aboutData ); diff --git a/katomic/main.cpp b/katomic/main.cpp index dc2f81de..2b4d9fd9 100644 --- a/katomic/main.cpp +++ b/katomic/main.cpp @@ -39,8 +39,8 @@ static const char version[] = "2.0"; int main(int argc, char **argv) { - KAboutData aboutData( "katomic", I18N_NOOP("KAtomic"), - version, description, KAboutData::License_GPL, + TDEAboutData aboutData( "katomic", I18N_NOOP("KAtomic"), + version, description, TDEAboutData::License_GPL, "(c) 1998, Andreas Wuest"); aboutData.addAuthor("Andreas Wuest", 0, "AndreasWuest@gmx.de"); aboutData.addAuthor("Stephan Kulow", 0, "coolo@kde.org"); diff --git a/kbackgammon/main.cpp b/kbackgammon/main.cpp index 21ce90b3..51d3eb96 100644 --- a/kbackgammon/main.cpp +++ b/kbackgammon/main.cpp @@ -40,8 +40,8 @@ static const char notice[] = I18N_NOOP("This is a graphical backgammon prog */ int main(int argc, char *argv[]) { - KAboutData about(PROG_NAME, I18N_NOOP("KBackgammon"), PROG_VERSION, description, - KAboutData::License_GPL, "(C) 1999-2001 Jens Hoefkens", notice); + TDEAboutData about(PROG_NAME, I18N_NOOP("KBackgammon"), PROG_VERSION, description, + TDEAboutData::License_GPL, "(C) 1999-2001 Jens Hoefkens", notice); about.addAuthor ("Jens Hoefkens", I18N_NOOP("Author & maintainer"), "jens@hoefkens.com"); diff --git a/kbattleship/kbattleship/main.cpp b/kbattleship/kbattleship/main.cpp index 79fd5574..ba9a1092 100644 --- a/kbattleship/kbattleship/main.cpp +++ b/kbattleship/kbattleship/main.cpp @@ -31,7 +31,7 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData("kbattleship", clientName, clientVersion, clientDescription, KAboutData::License_GPL, "(c) 2000-2005 Nikolas Zimmermann, Daniel Molkentin"); + TDEAboutData aboutData("kbattleship", clientName, clientVersion, clientDescription, TDEAboutData::License_GPL, "(c) 2000-2005 Nikolas Zimmermann, Daniel Molkentin"); aboutData.addAuthor("Nikolas Zimmermann", I18N_NOOP("Project Founder, GUI Handling, Client/Server"), "wildfox@kde.org"); aboutData.addAuthor("Daniel Molkentin", I18N_NOOP("Dialog Stuff, Client/Server"), "molkentin@kde.org"); diff --git a/kblackbox/main.cpp b/kblackbox/main.cpp index 411b4f52..1a0180eb 100644 --- a/kblackbox/main.cpp +++ b/kblackbox/main.cpp @@ -26,8 +26,8 @@ static const char description[] = I18N_NOOP("TDE Blackbox Game"); int main( int argc, char **argv ) { - KAboutData aboutData( "kblackbox", I18N_NOOP("KBlackBox"), - KBVERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kblackbox", I18N_NOOP("KBlackBox"), + KBVERSION, description, TDEAboutData::License_GPL, "(c) 1999-2000, Robert Cimrman"); aboutData.addAuthor("Robert Cimrman",0, "cimrman3@students.zcu.cz"); TDECmdLineArgs::init( argc, argv, &aboutData ); diff --git a/kbounce/main.cpp b/kbounce/main.cpp index 915115c5..e2b5f79a 100644 --- a/kbounce/main.cpp +++ b/kbounce/main.cpp @@ -44,8 +44,8 @@ int main(int argc, char **argv) { KHighscore::init("kbounce"); - KAboutData aboutData( "kbounce", I18N_NOOP("KBounce"), - version, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kbounce", I18N_NOOP("KBounce"), + version, description, TDEAboutData::License_GPL, "(c) 2000, Stefan Schimanski"); aboutData.addAuthor("Stefan Schimanski", I18N_NOOP("Original author"), "schimmi@kde.org"); diff --git a/kenolaba/kenolaba.cpp b/kenolaba/kenolaba.cpp index 4e9d5f42..1ced08fb 100644 --- a/kenolaba/kenolaba.cpp +++ b/kenolaba/kenolaba.cpp @@ -38,8 +38,8 @@ AbTop *create(TDECmdLineArgs *args) int main(int argc, char *argv[]) { - KAboutData aboutData( "kenolaba", I18N_NOOP("Kenolaba"), - KENOLABA_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kenolaba", I18N_NOOP("Kenolaba"), + KENOLABA_VERSION, description, TDEAboutData::License_GPL, "(c) 1997-2000, Josef Weidendorfer"); aboutData.addAuthor("Josef Weidendorfer",0, "Josef.Weidendorfer@gmx.de"); aboutData.addAuthor("Robert Williams"); diff --git a/kgoldrunner/src/main.cpp b/kgoldrunner/src/main.cpp index 5c6c0b9d..394ae415 100644 --- a/kgoldrunner/src/main.cpp +++ b/kgoldrunner/src/main.cpp @@ -18,9 +18,9 @@ static const char version[] = "2.0"; int main (int argc, char **argv) { - KAboutData about("kgoldrunner", I18N_NOOP("KGoldrunner" ), + TDEAboutData about("kgoldrunner", I18N_NOOP("KGoldrunner" ), version, description, - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(C) 2003 Ian Wadham and Marco Krüger"); about.addAuthor( "Ian Wadham", I18N_NOOP("Current author"), "ianw2@optusnet.com.au" ); diff --git a/kjumpingcube/main.cpp b/kjumpingcube/main.cpp index 32e37f36..075c17fd 100644 --- a/kjumpingcube/main.cpp +++ b/kjumpingcube/main.cpp @@ -36,8 +36,8 @@ static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main(int argc, char *argv[]) { - KAboutData aboutData( "kjumpingcube", I18N_NOOP("KJumpingCube"), - KJC_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kjumpingcube", I18N_NOOP("KJumpingCube"), + KJC_VERSION, description, TDEAboutData::License_GPL, "(c) 1998-2000, Matthias Kiefer"); aboutData.addAuthor("Matthias Kiefer",0, "matthias.kiefer@gmx.de"); aboutData.addAuthor("Benjamin Meyer",I18N_NOOP("Various improvements"), "ben+kjumpingcube@meyerhome.net"); diff --git a/klines/main.cpp b/klines/main.cpp index 4cc6c932..e9a120a7 100644 --- a/klines/main.cpp +++ b/klines/main.cpp @@ -36,8 +36,8 @@ static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main( int argc, char **argv ) { - KAboutData aboutData("klines", I18N_NOOP("Kolor Lines"), LINESVERSION, - description, KAboutData::License_GPL); + TDEAboutData aboutData("klines", I18N_NOOP("Kolor Lines"), LINESVERSION, + description, TDEAboutData::License_GPL); aboutData.addAuthor("Roman Merzlyakov", I18N_NOOP("Original author"), "roman@sbrf.barrt.ru"); aboutData.addAuthor("Roman Razilov", I18N_NOOP("Rewrite and Extension"), "Roman.Razilov@gmx.de"); TDECmdLineArgs::init(argc, argv, &aboutData); diff --git a/kmahjongg/main.cpp b/kmahjongg/main.cpp index bc8cb58f..ca432466 100644 --- a/kmahjongg/main.cpp +++ b/kmahjongg/main.cpp @@ -10,8 +10,8 @@ static const char description[] = I18N_NOOP("Mahjongg for TDE"); int main( int argc, char** argv ) { - KAboutData aboutData( "kmahjongg", I18N_NOOP("KMahjongg"), - KMAHJONGG_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kmahjongg", I18N_NOOP("KMahjongg"), + KMAHJONGG_VERSION, description, TDEAboutData::License_GPL, "(c) 1997, Mathias Mueller"); aboutData.addAuthor("Mathias Mueller", I18N_NOOP("Original Author"), "in5y158@public.uni-hamburg.de"); aboutData.addAuthor("Albert Astals Cid", I18N_NOOP("Current maintainer"), "astals11@terra.es"); diff --git a/kmines/CHANGELOG b/kmines/CHANGELOG index 2d5b0b4d..fe81474d 100644 --- a/kmines/CHANGELOG +++ b/kmines/CHANGELOG @@ -198,7 +198,7 @@ * fix the pixmaps drawing so that they are not too bad in custom case sizes 2.0.0 (14 December 1999) - * use of KDialogBase and KAboutData/KAboutDialog + * use of KDialogBase and TDEAboutData/KAboutDialog * unflagged mines are shown at game's end * hack for focus handling in highscores dialog ... * slightly better LCDs, message label and smiley button diff --git a/kmines/main.cpp b/kmines/main.cpp index 1c01d730..932ca8d4 100644 --- a/kmines/main.cpp +++ b/kmines/main.cpp @@ -238,8 +238,8 @@ int main(int argc, char **argv) { KHighscore::init("kmines"); - KAboutData aboutData("kmines", I18N_NOOP("KMines"), LONG_VERSION, - DESCRIPTION, KAboutData::License_GPL, + TDEAboutData aboutData("kmines", I18N_NOOP("KMines"), LONG_VERSION, + DESCRIPTION, TDEAboutData::License_GPL, COPYLEFT, 0, HOMEPAGE); aboutData.addAuthor("Nicolas Hadacek", 0, EMAIL); aboutData.addCredit("Andreas Zehender", I18N_NOOP("Smiley pixmaps")); diff --git a/knetwalk/src/main.cpp b/knetwalk/src/main.cpp index b5c4b82f..ea55a816 100644 --- a/knetwalk/src/main.cpp +++ b/knetwalk/src/main.cpp @@ -39,8 +39,8 @@ static KCmdLineOptions options[] = int main(int argc, char ** argv) { - KAboutData about("knetwalk", I18N_NOOP("knetwalk"), version, description, - KAboutData::License_GPL, I18N_NOOP("(C) 2004, 2005 Andi Peredri, ported to KDE by Thomas Nagy"), 0, + TDEAboutData about("knetwalk", I18N_NOOP("knetwalk"), version, description, + TDEAboutData::License_GPL, I18N_NOOP("(C) 2004, 2005 Andi Peredri, ported to KDE by Thomas Nagy"), 0, "tnagyemail-mail@yahoo.fr"); about.addAuthor( "Andi Peredri", 0, "andi@ukr.net" ); about.addAuthor( "Thomas Nagy", 0, "tnagy2^8@yahoo.fr" ); diff --git a/kolf/main.cpp b/kolf/main.cpp index 46240859..8eb157fe 100644 --- a/kolf/main.cpp +++ b/kolf/main.cpp @@ -29,7 +29,7 @@ static KCmdLineOptions options[] = extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { - KAboutData aboutData( "kolf", I18N_NOOP("Kolf"), version, description, KAboutData::License_GPL, "(c) 2002-2005, Jason Katz-Brown", 0, "http://www.katzbrown.com/kolf/"); + TDEAboutData aboutData( "kolf", I18N_NOOP("Kolf"), version, description, TDEAboutData::License_GPL, "(c) 2002-2005, Jason Katz-Brown", 0, "http://www.katzbrown.com/kolf/"); aboutData.addAuthor("Jason Katz-Brown", I18N_NOOP("Main author"), "jason@katzbrown.com"); aboutData.addAuthor("Niklas Knutsson", I18N_NOOP("Advanced putting mode"), 0); diff --git a/konquest/Konquest.cc b/konquest/Konquest.cc index bcfcf067..e06125d1 100644 --- a/konquest/Konquest.cc +++ b/konquest/Konquest.cc @@ -12,8 +12,8 @@ static const char description[] = I18N_NOOP("Galactic Strategy TDE Game"); int main(int argc, char **argv) { - KAboutData aboutData( "konquest", I18N_NOOP("Konquest"), - KONQUEST_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "konquest", I18N_NOOP("Konquest"), + KONQUEST_VERSION, description, TDEAboutData::License_GPL, I18N_NOOP("Copyright (c) 1999-2001, Developers")); aboutData.addAuthor("Russ Steffen",0, "rsteffen@bayarea.net"); TDECmdLineArgs::init( argc, argv, &aboutData ); diff --git a/kpat/main.cpp b/kpat/main.cpp index 110046c8..69dbe391 100644 --- a/kpat/main.cpp +++ b/kpat/main.cpp @@ -33,8 +33,8 @@ static KCmdLineOptions options[] = int main( int argc, char **argv ) { - KAboutData aboutData( "kpat", I18N_NOOP("KPatience"), - KPAT_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kpat", I18N_NOOP("KPatience"), + KPAT_VERSION, description, TDEAboutData::License_GPL, "(c) 1995, Paul Olav Tvete\n" "(c) 2000 Stephan Kulow"); aboutData.addAuthor("Paul Olav Tvete"); diff --git a/kpoker/main.cpp b/kpoker/main.cpp index 1d75def3..88017931 100644 --- a/kpoker/main.cpp +++ b/kpoker/main.cpp @@ -26,8 +26,8 @@ static const char description[] = I18N_NOOP("TDE Poker Game"); int main( int argc, char *argv[] ) { - KAboutData aboutData("kpoker", I18N_NOOP("KPoker"), - KPOKER_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData("kpoker", I18N_NOOP("KPoker"), + KPOKER_VERSION, description, TDEAboutData::License_GPL, "(c) 1997-2003 Jochen Tuchbreiter, Andreas Beckermann\n" "(c) 2004 Jochen Tuchbreiter, Andreas Beckermann, Inge Wallin", I18N_NOOP("For a full list of credits see helpfile\nAny suggestions, bug reports etc. are welcome")); diff --git a/kreversi/main.cpp b/kreversi/main.cpp index f8c92bf9..1bf0ef79 100644 --- a/kreversi/main.cpp +++ b/kreversi/main.cpp @@ -54,8 +54,8 @@ int main(int argc, char **argv) { KHighscore::init("kreversi"); - KAboutData aboutData( "kreversi", I18N_NOOP("KReversi"), - KREVERSI_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kreversi", I18N_NOOP("KReversi"), + KREVERSI_VERSION, description, TDEAboutData::License_GPL, "(c) 1997-2000, Mario Weilguni"); aboutData.addAuthor("Mario Weilguni",0, "mweilguni@sime.com"); aboutData.addAuthor("Benjamin Meyer",0, "ben+kreversi@meyerhome.net"); diff --git a/ksame/main.cpp b/ksame/main.cpp index 4971b2db..6cb78db1 100644 --- a/ksame/main.cpp +++ b/ksame/main.cpp @@ -34,8 +34,8 @@ static const char description[] = I18N_NOOP("Same Game - a little game about bal static const char copyright[] = "(c) 1997-1998 Marcus Kreutzberger"; int main( int argc, char **argv ) { - KAboutData aboutData("ksame", I18N_NOOP("SameGame"), KSAME_VERSION, - description, KAboutData::License_GPL, copyright); + TDEAboutData aboutData("ksame", I18N_NOOP("SameGame"), KSAME_VERSION, + description, TDEAboutData::License_GPL, copyright); aboutData.addAuthor("Marcus Kreutzberger", 0, "kreutzbe@informatik.mu-luebeck.de"); TDECmdLineArgs::init(argc, argv, &aboutData); diff --git a/kshisen/main.cpp b/kshisen/main.cpp index d492e01c..00bff799 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -53,8 +53,8 @@ static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main(int argc, char **argv) { - KAboutData aboutData( "kshisen", I18N_NOOP("Shisen-Sho"), - KSHISEN_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kshisen", I18N_NOOP("Shisen-Sho"), + KSHISEN_VERSION, description, TDEAboutData::License_GPL, "(c) 1997, Mario Weilguni"); aboutData.addAuthor("Dave Corrie", I18N_NOOP("Current Maintainer"), "kde@davecorrie.com"); aboutData.addAuthor("Mario Weilguni", I18N_NOOP("Original Author"), "mweilguni@sime.com"); diff --git a/ksirtet/CHANGELOG b/ksirtet/CHANGELOG index bd9fbba9..81e339a4 100644 --- a/ksirtet/CHANGELOG +++ b/ksirtet/CHANGELOG @@ -163,7 +163,7 @@ 1.1.13 (7 February 2000) * found bug in piece copying/random generation - * KAboutData + * TDEAboutData * first modifications for the use of QCanvas 1.1.12 (14 December 1999) diff --git a/ksmiletris/main.cpp b/ksmiletris/main.cpp index 689803f4..c069d780 100644 --- a/ksmiletris/main.cpp +++ b/ksmiletris/main.cpp @@ -36,8 +36,8 @@ static const char description[] = I18N_NOOP("TDE SmileTris"); int main(int argc, char **argv) { - KAboutData aboutData( "ksmiletris", I18N_NOOP("KSmileTris"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "ksmiletris", I18N_NOOP("KSmileTris"), + VERSION, description, TDEAboutData::License_GPL, "(c) 1998, Sandro Sigala"); aboutData.addAuthor("Sandro Sigala",0, "ssigala@globalnet.it"); TDECmdLineArgs::init( argc, argv, &aboutData ); diff --git a/ksnake/main.cpp b/ksnake/main.cpp index 7e475ed3..b70a8a5a 100644 --- a/ksnake/main.cpp +++ b/ksnake/main.cpp @@ -33,8 +33,8 @@ static const char description[] = I18N_NOOP("TDE Snake Race Game"); int main( int argc, char **argv ) { - KAboutData aboutData( "ksnake", I18N_NOOP("KSnakeRace"), - KSNAKE_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "ksnake", I18N_NOOP("KSnakeRace"), + KSNAKE_VERSION, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 1997-2000, Your Friendly KSnake Developers")); aboutData.addAuthor("Michel Filippi",0, "mfilippi@sade.rhein-main.de"); aboutData.addAuthor("Robert Williams"); diff --git a/ksokoban/main.cpp b/ksokoban/main.cpp index 0cc11057..f3536042 100644 --- a/ksokoban/main.cpp +++ b/ksokoban/main.cpp @@ -42,8 +42,8 @@ static KCmdLineOptions options[] = int main (int argc, char **argv) { - KAboutData aboutData("ksokoban", I18N_NOOP("KSokoban"), - version, description, KAboutData::License_GPL, + TDEAboutData aboutData("ksokoban", I18N_NOOP("KSokoban"), + version, description, TDEAboutData::License_GPL, "(c) 1998-2001 Anders Widell", 0, "http://hem.passagen.se/awl/ksokoban/"); aboutData.addAuthor("Anders Widell", 0, diff --git a/kspaceduel/main.cpp b/kspaceduel/main.cpp index f8d3ead1..5b30fa63 100644 --- a/kspaceduel/main.cpp +++ b/kspaceduel/main.cpp @@ -9,8 +9,8 @@ static const char description[] = I18N_NOOP("TDE Space Game"); int main(int argc,char **argv) { - KAboutData aboutData( "kspaceduel", I18N_NOOP("KSpaceDuel"), - KSPACEDUEL_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kspaceduel", I18N_NOOP("KSpaceDuel"), + KSPACEDUEL_VERSION, description, TDEAboutData::License_GPL, "(c) 1998-2000, Andreas Zehender"); aboutData.addAuthor("Andreas Zehender",0, "az@azweb.de"); TDECmdLineArgs::init( argc, argv, &aboutData ); diff --git a/ktron/main.cpp b/ktron/main.cpp index 1de16460..24f48305 100644 --- a/ktron/main.cpp +++ b/ktron/main.cpp @@ -34,8 +34,8 @@ static const char notice[] = I18N_NOOP("(c) 1998-2000, Matthias Kiefer\n\n" int main(int argc, char* argv[]) { - KAboutData aboutData( "ktron", I18N_NOOP("KTron"), - KTRON_VERSION, description, KAboutData::License_GPL, notice); + TDEAboutData aboutData( "ktron", I18N_NOOP("KTron"), + KTRON_VERSION, description, TDEAboutData::License_GPL, notice); aboutData.addAuthor("Matthias Kiefer",I18N_NOOP("Original author"), "matthias.kiefer@gmx.de"); aboutData.addAuthor("Benjamin Meyer",I18N_NOOP("Various improvements"), "ben+ktron@meyerhome.net"); TDECmdLineArgs::init( argc, argv, &aboutData ); diff --git a/ktuberling/main.cpp b/ktuberling/main.cpp index fd8fc1de..5cef6c9d 100644 --- a/ktuberling/main.cpp +++ b/ktuberling/main.cpp @@ -28,8 +28,8 @@ static const char version[] = "0.4"; int main(int argc, char *argv[]) { - KAboutData aboutData( "ktuberling", I18N_NOOP("KTuberling"), - version, description, KAboutData::License_GPL, + TDEAboutData aboutData( "ktuberling", I18N_NOOP("KTuberling"), + version, description, TDEAboutData::License_GPL, "(c) 1999-2003, The KTuberling Developers", text); aboutData.addAuthor("Eric Bischoff", I18N_NOOP("Developer"), "e.bischoff@noos.fr"); aboutData.addAuthor("John Calhoun", I18N_NOOP("Original concept and artwork")); diff --git a/libksirtet/base/factory.cpp b/libksirtet/base/factory.cpp index f87ad942..5bf272ac 100644 --- a/libksirtet/base/factory.cpp +++ b/libksirtet/base/factory.cpp @@ -17,8 +17,8 @@ BaseFactory::BaseFactory(const MainData &md, const BaseBoardInfo &bi) Q_ASSERT( _self==0 ); _self = this; _aboutData = - new KAboutData(md.appName, md.trName, md.longVersion, md.description, - KAboutData::License_GPL, + new TDEAboutData(md.appName, md.trName, md.longVersion, md.description, + TDEAboutData::License_GPL, "(c) 1995, Eirik Eng\n(c) 1996-2004, Nicolas Hadacek", 0, md.homepage); _aboutData->addAuthor("Nicolas Hadacek", 0, "hadacek@kde.org"); diff --git a/libksirtet/base/factory.h b/libksirtet/base/factory.h index b772adb7..d51c78fe 100644 --- a/libksirtet/base/factory.h +++ b/libksirtet/base/factory.h @@ -27,7 +27,7 @@ struct BaseBoardInfo { class BaseBoard; class BaseInterface; class TQWidget; -class KAboutData; +class TDEAboutData; #define bfactory BaseFactory::self() @@ -51,7 +51,7 @@ class KDE_EXPORT BaseFactory virtual TQWidget *createGameConfig() { return 0; } protected: - KAboutData *_aboutData; + TDEAboutData *_aboutData; private: static BaseFactory *_self; diff --git a/lskat/lskat/main.cpp b/lskat/lskat/main.cpp index 72b3ee34..434e8e43 100644 --- a/lskat/lskat/main.cpp +++ b/lskat/lskat/main.cpp @@ -30,10 +30,10 @@ int main(int argc, char *argv[]) { global_debug=0; - KAboutData aboutData( "lskat", I18N_NOOP("Lieutenant Skat"), + TDEAboutData aboutData( "lskat", I18N_NOOP("Lieutenant Skat"), "1.0", I18N_NOOP("Card Game"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2000, Martin Heni"); aboutData.addAuthor("Martin Heni",0, "martin@heni-online.de"); aboutData.addCredit("Laura", I18N_NOOP("Beta testing"), 0); diff --git a/twin4/twin4/main.cpp b/twin4/twin4/main.cpp index 703fffe7..d6a648f8 100644 --- a/twin4/twin4/main.cpp +++ b/twin4/twin4/main.cpp @@ -36,10 +36,10 @@ int global_debug; int main(int argc, char *argv[]) { global_debug=0; - KAboutData aboutData( "twin4", I18N_NOOP("TWin4"), + TDEAboutData aboutData( "twin4", I18N_NOOP("TWin4"), TWIN4_VERSION, I18N_NOOP("TWin4: Two player network game"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 1995-2000, Martin Heni"); aboutData.addAuthor("Martin Heni",0, "martin@heni-online.de"); aboutData.addCredit("Laura", I18N_NOOP("Beta testing"), 0);