diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:55:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:55:40 -0600 |
commit | 73ff676f11662d6178c8854a7832ebffe2ae409d (patch) | |
tree | 9e89ea7d87940087d2d3c5db9b378ef989dd1346 /tools/kthesaurus | |
parent | c2ba2f56121c21a762619faf195e8332ef5b224f (diff) | |
download | koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'tools/kthesaurus')
-rw-r--r-- | tools/kthesaurus/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/kthesaurus/main.cc b/tools/kthesaurus/main.cc index 5786227d..d7d33479 100644 --- a/tools/kthesaurus/main.cc +++ b/tools/kthesaurus/main.cc @@ -35,8 +35,8 @@ static KCmdLineOptions options[] = extern "C" KOFFICETOOLS_EXPORT int kdemain(int argc, char **argv) { - KAboutData aboutData("kthesaurus", I18N_NOOP("KThesaurus"), "1.0", - I18N_NOOP( "KThesaurus - List synonyms" ), KAboutData::License_GPL, + TDEAboutData aboutData("kthesaurus", I18N_NOOP("KThesaurus"), "1.0", + I18N_NOOP( "KThesaurus - List synonyms" ), TDEAboutData::License_GPL, I18N_NOOP( "(c) 2001 Daniel Naber" ) ); TDECmdLineArgs::init(argc, argv, &aboutData); |