From 5c0390ebaa2be82d8684af5a6bc2b16740f4cc1b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Jan 2013 18:57:01 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- doc/kde_app_devel/index.docbook | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/kde_app_devel/index.docbook') diff --git a/doc/kde_app_devel/index.docbook b/doc/kde_app_devel/index.docbook index 46114f6c..92652bbc 100644 --- a/doc/kde_app_devel/index.docbook +++ b/doc/kde_app_devel/index.docbook @@ -859,8 +859,8 @@ by selecting the "Global Functions" folder. 3 KAboutData about("kscribble", I18N_NOOP("KScribble"), version, description, 4 KAboutData::License_GPL, "(C) 2002 Your Name", 0, 0, "you@you.com"); 5 about.addAuthor( "Your Name", 0, "you@you.com" ); -6 KCmdLineArgs::init(argc, argv, &about); -7 KCmdLineArgs::addCmdLineOptions(options); +6 TDECmdLineArgs::init(argc, argv, &about); +7 TDECmdLineArgs::addCmdLineOptions(options); 8 TDEApplication app; 9 10 // register ourselves as a dcop client @@ -872,7 +872,7 @@ by selecting the "Global Functions" folder. 16 else 17 { 18 // no session.. just start up normally -19 KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); +19 TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); 20 if (args->count() == 0) 21 { 22 KScribble *widget = new KScribble; -- cgit v1.2.1