summaryrefslogtreecommitdiffstats
path: root/tde-i18n-pt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:46:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:46:28 -0600
commit2bcacec247d71e883c4295f260583cb38505aacf (patch)
tree3b73b95b6cd1146d653462ff7da102c082b8f779 /tde-i18n-pt
parent03646332ca91a303cd056768b5182e79b77a79ad (diff)
downloadtde-i18n-2bcacec247d71e883c4295f260583cb38505aacf.tar.gz
tde-i18n-2bcacec247d71e883c4295f260583cb38505aacf.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'tde-i18n-pt')
-rw-r--r--tde-i18n-pt/docs/tdevelop/kde_app_devel/index.docbook6
-rw-r--r--tde-i18n-pt/docs/tdevelop/kdearch/index.docbook4
2 files changed, 5 insertions, 5 deletions
diff --git a/tde-i18n-pt/docs/tdevelop/kde_app_devel/index.docbook b/tde-i18n-pt/docs/tdevelop/kde_app_devel/index.docbook
index fa7bb44868c..752070026bf 100644
--- a/tde-i18n-pt/docs/tdevelop/kde_app_devel/index.docbook
+++ b/tde-i18n-pt/docs/tdevelop/kde_app_devel/index.docbook
@@ -1005,8 +1005,8 @@ return a.exec();
3 KAboutData about("kscribble", I18N_NOOP("KScribble"), version, description,
4 KAboutData::License_GPL, "(C) 2002 O Seu Nome", 0, 0, "voce@o-proprio.com");
5 about.addAuthor( "O Seu Nome", 0, "voce@o-proprio.com" );
-6 KCmdLineArgs::init(argc, argv, &amp;about);
-7 KCmdLineArgs::addCmdLineOptions(options);
+6 TDECmdLineArgs::init(argc, argv, &amp;about);
+7 TDECmdLineArgs::addCmdLineOptions(options);
8 TDEApplication app;
9
10 // registar-nos como um cliente dcop
@@ -1018,7 +1018,7 @@ return a.exec();
16 else
17 {
18 // sem sessão... começar normalmente
-19 KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+19 TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
20 if (args->count() == 0)
21 {
22 KScribble *widget = new KScribble;
diff --git a/tde-i18n-pt/docs/tdevelop/kdearch/index.docbook b/tde-i18n-pt/docs/tdevelop/kdearch/index.docbook
index edb4e11a247..a1a083ec10a 100644
--- a/tde-i18n-pt/docs/tdevelop/kdearch/index.docbook
+++ b/tde-i18n-pt/docs/tdevelop/kdearch/index.docbook
@@ -184,8 +184,8 @@
<listitem
><formalpara
><title
-><ulink url="kdeapi:tdecore/KCmdLineArgs"
->KCmdLineArgs</ulink
+><ulink url="kdeapi:tdecore/TDECmdLineArgs"
+>TDECmdLineArgs</ulink
></title>
<para
>Processamento de argumentos da linha de comandos. </para>