From d41050ea3f6904e5156d35f664346b816b9e4d12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:43 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kcontrol/access/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcontrol/access') diff --git a/kcontrol/access/main.cpp b/kcontrol/access/main.cpp index aac6189a7..d57b8228b 100644 --- a/kcontrol/access/main.cpp +++ b/kcontrol/access/main.cpp @@ -12,7 +12,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char * argv[] ) about.addAuthor("Matthias Hoelzer-Kluepfel", I18N_NOOP("Author") , "hoelzer@kde.org"); - KCmdLineArgs::init( argc, argv, &about ); + TDECmdLineArgs::init( argc, argv, &about ); if (!KAccessApp::start()) return 0; -- cgit v1.2.1