diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:59:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:59:21 -0600 |
commit | 937792a594da13d620ef8a7063dd2794135449db (patch) | |
tree | 1370f3f08440a0804fd50bcc3787152f9380e846 | |
parent | 6e8ce501ff94d47efdba1fa5416bfbd1c1976455 (diff) | |
download | tdesudo-937792a594da13d620ef8a7063dd2794135449db.tar.gz tdesudo-937792a594da13d620ef8a7063dd2794135449db.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r-- | tdesudo/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdesudo/main.cpp b/tdesudo/main.cpp index c8c1b9f..9494fc1 100644 --- a/tdesudo/main.cpp +++ b/tdesudo/main.cpp @@ -63,8 +63,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData aboutData("tdesudo", I18N_NOOP("KdeSudo"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData("tdesudo", I18N_NOOP("KdeSudo"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2007-2008, Anthony Mercatante", 0, 0, "tonio@ubuntu.com"); aboutData.addAuthor("Robert Gruber",0, "rgruber@users.sourceforge.net"); aboutData.addAuthor("Anthony Mercatante",0, "tonio@ubuntu.com"); |