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 /lib/kformula | |
parent | c2ba2f56121c21a762619faf195e8332ef5b224f (diff) | |
download | koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'lib/kformula')
-rw-r--r-- | lib/kformula/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/main.cc b/lib/kformula/main.cc index 966404ed..19b534a0 100644 --- a/lib/kformula/main.cc +++ b/lib/kformula/main.cc @@ -236,8 +236,8 @@ static const KCmdLineOptions options[]= { int main(int argc, char** argv) { - KAboutData aboutData("math test", "KFormula test", - "0.01", "test", KAboutData::License_GPL, + TDEAboutData aboutData("math test", "KFormula test", + "0.01", "test", TDEAboutData::License_GPL, "(c) 2003, Ulrich Kuettler"); aboutData.addAuthor("Ulrich Kuettler",0, "ulrich.kuettler@gmx.de"); |