From 309f69628bc95098c4e5bfe0516b1941810c31b8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:59:19 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- systemsettings/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systemsettings/main.cpp') diff --git a/systemsettings/main.cpp b/systemsettings/main.cpp index 77b18df..41576f2 100644 --- a/systemsettings/main.cpp +++ b/systemsettings/main.cpp @@ -38,9 +38,9 @@ int main( int argc, char *argv[] ) { KLocale::setMainCatalogue("systemsettings"); // About data - KAboutData aboutData("systemsettings", I18N_NOOP("System Settings"), + TDEAboutData aboutData("systemsettings", I18N_NOOP("System Settings"), SYSTEM_SETTINGS_VERSION, I18N_NOOP("System Settings"), - KAboutData::License_LGPL, "(c) 2005, Benjamin C. Meyer", 0, 0); + TDEAboutData::License_LGPL, "(c) 2005, Benjamin C. Meyer", 0, 0); aboutData.addAuthor("Benjamin C. Meyer", I18N_NOOP("Author & Maintainer"), "ben+systempreferences@meyerhome.net"); TDECmdLineArgs::init(argc, argv, &aboutData); -- cgit v1.2.3