diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:53:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:53:45 -0600 |
commit | 4128c7d72f51071f769eccb0d232952231286fc7 (patch) | |
tree | e95a0b33c2d404b11a05ec153483c5fa7c5ab2be | |
parent | 5373384a056a5acf030131aa18bd221e1be367aa (diff) | |
download | knetload-4128c7d72f51071f769eccb0d232952231286fc7.tar.gz knetload-4128c7d72f51071f769eccb0d232952231286fc7.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r-- | knetload/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knetload/main.cpp b/knetload/main.cpp index 9484e21..4cf2866 100644 --- a/knetload/main.cpp +++ b/knetload/main.cpp @@ -26,8 +26,8 @@ static const char message[] = static const char version[] = VERSION; /*VERSION;*/ int main(int argc, char **argv) { - KAboutData aboutData("knetload", I18N_NOOP("KNetLoad"), version, - description, KAboutData::License_GPL, + TDEAboutData aboutData("knetload", I18N_NOOP("KNetLoad"), version, + description, TDEAboutData::License_GPL, "(c) 1999-2000, Markus Gustavsson\n" "(c) 2002, Ben Burton\n" "(c) 2004, Flameeyes", |