diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:55:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:55:40 -0600 |
commit | 73ff676f11662d6178c8854a7832ebffe2ae409d (patch) | |
tree | 9e89ea7d87940087d2d3c5db9b378ef989dd1346 /tools | |
parent | c2ba2f56121c21a762619faf195e8332ef5b224f (diff) | |
download | koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'tools')
-rw-r--r-- | tools/converter/koconverter.cpp | 4 | ||||
-rw-r--r-- | tools/kthesaurus/main.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/converter/koconverter.cpp b/tools/converter/koconverter.cpp index d40d9545..fdef847f 100644 --- a/tools/converter/koconverter.cpp +++ b/tools/converter/koconverter.cpp @@ -72,9 +72,9 @@ void ProgressObject::slotProgress(int /* progress */ ) int main( int argc, char **argv ) { - KAboutData aboutData( "koconverter", I18N_NOOP("KOConverter"), "1.4", + TDEAboutData aboutData( "koconverter", I18N_NOOP("KOConverter"), "1.4", I18N_NOOP("KOffice Document Converter"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP("(c) 2001-2004 KOffice developers") ); aboutData.addAuthor("David Faure",0, "[email protected]"); aboutData.addAuthor("Nicolas Goutte",0, "[email protected]"); 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); |