summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:59:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:59:28 -0600
commit94fbae4a48ae822266a1c37474e54a7ad65b9573 (patch)
treef6938772a00499074d752e110e1280e04a4a780d /src/main.cpp
parent0ff5f24a742779276d620552ac1efa3979ea63dc (diff)
downloadtdesvn-94fbae4a48ae822266a1c37474e54a7ad65b9573.tar.gz
tdesvn-94fbae4a48ae822266a1c37474e54a7ad65b9573.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 81cf3d2..9692e0a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,8 +47,8 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData about("tdesvn", I18N_NOOP("tdesvn"), version, description,
- KAboutData::License_GPL, "(C) 2005-2007 Rajko Albrecht",0,
+ TDEAboutData about("tdesvn", I18N_NOOP("tdesvn"), version, description,
+ TDEAboutData::License_GPL, "(C) 2005-2007 Rajko Albrecht",0,
0, "ral@alwins-world.de");
about.addAuthor( "Rajko Albrecht", 0, "ral@alwins-world.de" );
about.setHomepage("http://tdesvn.alwins-world.de/");