From ef71f46965855308db367f74956513eccc71bc46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:21:16 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- ksirc/KSTicker/ksttest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksirc/KSTicker') diff --git a/ksirc/KSTicker/ksttest.cpp b/ksirc/KSTicker/ksttest.cpp index 2c633295..880626b4 100644 --- a/ksirc/KSTicker/ksttest.cpp +++ b/ksirc/KSTicker/ksttest.cpp @@ -64,8 +64,8 @@ void StdInTicker::closeEvent ( TQCloseEvent *e ) int main(int argc, char **argv){ - KAboutData aboutData( "ksirc", I18N_NOOP("KSirc"), - "2.0.0", "", KAboutData::License_Artistic, + TDEAboutData aboutData( "ksirc", I18N_NOOP("KSirc"), + "2.0.0", "", TDEAboutData::License_Artistic, I18N_NOOP("(c) 1997-2002, Andrew Stanley-Jones")); aboutData.addAuthor("Andrew Stanley-Jones",I18N_NOOP("Original Author"), "asj-ksirc@cban.com"); TDECmdLineArgs::init( argc, argv, &aboutData ); -- cgit v1.2.3