diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:59:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:59:28 -0600 |
commit | 94fbae4a48ae822266a1c37474e54a7ad65b9573 (patch) | |
tree | f6938772a00499074d752e110e1280e04a4a780d /src/main.cpp | |
parent | 0ff5f24a742779276d620552ac1efa3979ea63dc (diff) | |
download | tdesvn-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.cpp | 4 |
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/"); |