diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:18:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:18:35 -0600 |
commit | f71394031a5e1c3b315081a98000f242b461ca8c (patch) | |
tree | 54081035a0fdae2cadbf9d7df74a9a4e4cd46925 /kolourpaint | |
parent | e5ce3b4175f2e72788b49b9ed46c722784218dad (diff) | |
download | tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.tar.gz tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kolourpaint')
-rw-r--r-- | kolourpaint/kolourpaint.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kolourpaint/kolourpaint.cpp b/kolourpaint/kolourpaint.cpp index 763fe668..6f2cbf8a 100644 --- a/kolourpaint/kolourpaint.cpp +++ b/kolourpaint/kolourpaint.cpp @@ -57,20 +57,20 @@ static const KCmdLineOptions cmdLineOptions [] = int main (int argc, char *argv []) { - KAboutData aboutData + TDEAboutData aboutData ( "kolourpaint", I18N_NOOP ("KolourPaint"), kpVersionText, I18N_NOOP ("Paint Program for TDE"), - KAboutData::License_Custom, + TDEAboutData::License_Custom, 0/*copyright statement - see licence instead*/, 0/*no free text*/, "http://www.kolourpaint.org/" ); - // this is _not_ the same as KAboutData::License_BSD + // this is _not_ the same as TDEAboutData::License_BSD aboutData.setLicenseText (kpLicenseText); |