summaryrefslogtreecommitdiffstats
path: root/amor/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:52 -0600
commitd0de10e23a5ec604757cb03751d7a9a69215e194 (patch)
tree75b399122b7b2bf01b97faab7b2a08948c3a62e9 /amor/main.cpp
parenta32e2961ee678e7826aa8d98cbccb5b92948649f (diff)
downloadtdetoys-d0de10e23a5ec604757cb03751d7a9a69215e194.tar.gz
tdetoys-d0de10e23a5ec604757cb03751d7a9a69215e194.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'amor/main.cpp')
-rw-r--r--amor/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amor/main.cpp b/amor/main.cpp
index 8a0ebe7..4fc7600 100644
--- a/amor/main.cpp
+++ b/amor/main.cpp
@@ -44,8 +44,8 @@ static const char description[] = I18N_NOOP("TDE creature for your desktop");
int main(int argc, char *argv[])
{
- KAboutData aboutData( "amor", I18N_NOOP("amor"),
- AMOR_VERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "amor", I18N_NOOP("amor"),
+ AMOR_VERSION, description, TDEAboutData::License_GPL,
"(c) 1999, Martin R. Jones");
aboutData.addAuthor("Martin R. Jones",0, "mjones@kde.org");
aboutData.addAuthor("Gerardo Puga", I18N_NOOP("Current maintainer"), "gpuga@gioia.ing.unlp.edu.ar");