diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:17:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:17:59 -0600 |
commit | c75428cb70ed336c2d3f40d71ad41444097a6626 (patch) | |
tree | db66ae525d43cec6633b7e3d4d6035abc38baf9c /kmahjongg | |
parent | 3f52288dea050e15d91fa5753229f436a7b5a247 (diff) | |
download | tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.tar.gz tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kmahjongg')
-rw-r--r-- | kmahjongg/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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"), "[email protected]"); aboutData.addAuthor("Albert Astals Cid", I18N_NOOP("Current maintainer"), "[email protected]"); |