From 5fc6f26e12b596addd235f87320c31761bd5a84d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:15 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- konsolekalendar/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konsolekalendar/main.cpp') diff --git a/konsolekalendar/main.cpp b/konsolekalendar/main.cpp index 8439f3447..decdbb12c 100644 --- a/konsolekalendar/main.cpp +++ b/konsolekalendar/main.cpp @@ -167,12 +167,12 @@ static KCmdLineOptions options[] = int main( int argc, char *argv[] ) { - KAboutData aboutData( + TDEAboutData aboutData( progName, // internal program name I18N_NOOP( progDisplay ), // displayable program name. progVersion, // version string I18N_NOOP( progDesc ), // short porgram description - KAboutData::License_GPL, // license type + TDEAboutData::License_GPL, // license type "(c) 2002-2005, Tuukka Pasanen and Allen Winter", // copyright statement 0, // any free form text progURL, // program home page address -- cgit v1.2.1