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 /lib/koproperty/test/main.cpp | |
parent | c2ba2f56121c21a762619faf195e8332ef5b224f (diff) | |
download | koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'lib/koproperty/test/main.cpp')
-rw-r--r-- | lib/koproperty/test/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/test/main.cpp b/lib/koproperty/test/main.cpp index 2ac77391..818d6637 100644 --- a/lib/koproperty/test/main.cpp +++ b/lib/koproperty/test/main.cpp @@ -36,8 +36,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("proptest", "KoProperty Test", version, description, - KAboutData::License_GPL, "(C) 2005 Cedric Pasteur", 0, 0, "[email protected]"); + TDEAboutData about("proptest", "KoProperty Test", version, description, + TDEAboutData::License_GPL, "(C) 2005 Cedric Pasteur", 0, 0, "[email protected]"); about.addAuthor( "Cedric Pasteur", 0, "[email protected]" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); |