diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:57:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:57:39 -0600 |
commit | aa28dd8ff70a02441fb799dd420d2953094d1e74 (patch) | |
tree | 9497e8d70e6b13c3036d3df547f9dded5b45b22d /microbe/main.cpp | |
parent | 85e3df3d9d8737efc307b0fde79077c2d08c13de (diff) | |
download | ktechlab-aa28dd8ff70a02441fb799dd420d2953094d1e74.tar.gz ktechlab-aa28dd8ff70a02441fb799dd420d2953094d1e74.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'microbe/main.cpp')
-rw-r--r-- | microbe/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/microbe/main.cpp b/microbe/main.cpp index 7e8d003..986b4eb 100644 --- a/microbe/main.cpp +++ b/microbe/main.cpp @@ -47,8 +47,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("microbe", I18N_NOOP("Microbe"), version, description, - KAboutData::License_GPL, "(C) 2004-2005, The KTechlab developers", 0, "http://ktechlab.org", "[email protected]" ); + TDEAboutData about("microbe", I18N_NOOP("Microbe"), version, description, + TDEAboutData::License_GPL, "(C) 2004-2005, The KTechlab developers", 0, "http://ktechlab.org", "[email protected]" ); about.addAuthor( "Daniel Clarke", 0, "[email protected]" ); about.addAuthor( "David Saxton", 0, "[email protected]" ); TDECmdLineArgs::init(argc, argv, &about); |