From f71394031a5e1c3b315081a98000f242b461ca8c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:18:35 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kolourpaint/kolourpaint.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kolourpaint') 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); -- cgit v1.2.3