summaryrefslogtreecommitdiffstats
path: root/tde-i18n-sv/docs/tdevelop/tdevelop/getting-started.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-sv/docs/tdevelop/tdevelop/getting-started.docbook')
-rw-r--r--tde-i18n-sv/docs/tdevelop/tdevelop/getting-started.docbook4
1 files changed, 2 insertions, 2 deletions
diff --git a/tde-i18n-sv/docs/tdevelop/tdevelop/getting-started.docbook b/tde-i18n-sv/docs/tdevelop/tdevelop/getting-started.docbook
index 96049034010..b5844904999 100644
--- a/tde-i18n-sv/docs/tdevelop/tdevelop/getting-started.docbook
+++ b/tde-i18n-sv/docs/tdevelop/tdevelop/getting-started.docbook
@@ -1290,8 +1290,8 @@ Keep lines at 80 characters length maximum.
<programlisting
>int main(int argc, char **argv)
{
- KAboutData about("hello", I18N_NOOP("Hello"), version, description,
- KAboutData::License_GPL, "(C) 2006 Ditt Namn", 0, 0,
+ TDEAboutData about("hello", I18N_NOOP("Hello"), version, description,
+ TDEAboutData::License_GPL, "(C) 2006 Ditt Namn", 0, 0,
"ditt.namn@adress.se");
about.addAuthor( "Ditt Namn", 0, "ditt.namn@adress.se" );
</programlisting>