diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:23:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:23:08 -0600 |
commit | 8856e75c203aa69be210b2fee1095ab9761aca7e (patch) | |
tree | d59810016bc093e8dd7f2f886f07c45fa25447a5 /ark/ark_part.cpp | |
parent | ed70cd1b539ac2e02319b55183a5be7a28f2d116 (diff) | |
download | tdeutils-8856e75c203aa69be210b2fee1095ab9761aca7e.tar.gz tdeutils-8856e75c203aa69be210b2fee1095ab9761aca7e.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'ark/ark_part.cpp')
-rw-r--r-- | ark/ark_part.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ark/ark_part.cpp b/ark/ark_part.cpp index 456e397..77d329b 100644 --- a/ark/ark_part.cpp +++ b/ark/ark_part.cpp @@ -42,12 +42,12 @@ #include <tqfile.h> #include <tqtimer.h> -KAboutData *ArkPart::createAboutData() +TDEAboutData *ArkPart::createAboutData() { - KAboutData *about = new KAboutData("ark", I18N_NOOP("ark"), + TDEAboutData *about = new TDEAboutData("ark", I18N_NOOP("ark"), "1.0", I18N_NOOP("Ark KParts Component"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP( "(c) 1997-2003, The Various Ark Developers" )); about->addAuthor("Robert Palmbos",0, "[email protected]"); about->addAuthor("Francois-Xavier Duranceau",0, "[email protected]"); |