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/converter/koconverter.cpp | |
parent | c2ba2f56121c21a762619faf195e8332ef5b224f (diff) | |
download | koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'tools/converter/koconverter.cpp')
-rw-r--r-- | tools/converter/koconverter.cpp | 4 |
1 files changed, 2 insertions, 2 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]"); |