diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:14:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:14:02 -0600 |
commit | 8911551b93e6f92371402b136b05af47c8e4e970 (patch) | |
tree | 9e2f7bea7d43e3af0e3778f20ec7ede62d488f69 /tde-i18n-en_GB/docs | |
parent | 1bcf99f5b7608990a36e63e850f6cef33a1efc19 (diff) | |
download | tde-i18n-8911551b93e6f92371402b136b05af47c8e4e970.tar.gz tde-i18n-8911551b93e6f92371402b136b05af47c8e4e970.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'tde-i18n-en_GB/docs')
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/faq/filemng.docbook | 4 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/filemng.docbook | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/faq/filemng.docbook b/tde-i18n-en_GB/docs/tdebase/faq/filemng.docbook index 241f3601d4a..fcc7e1d9e10 100644 --- a/tde-i18n-en_GB/docs/tdebase/faq/filemng.docbook +++ b/tde-i18n-en_GB/docs/tdebase/faq/filemng.docbook @@ -90,9 +90,9 @@ > <answer> <para >They are used by all &kde; applications (since they are implemented in <classname ->KApplication</classname +>TDEApplication</classname > and all good &kde; programs create a <classname ->KApplication</classname +>TDEApplication</classname > object before they even look at the command line arguments).</para > <para >A standard line for a &kde; application looks like this: <userinput diff --git a/tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/filemng.docbook b/tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/filemng.docbook index b29fd40eafa..284c72e30f7 100644 --- a/tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/filemng.docbook +++ b/tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/filemng.docbook @@ -90,9 +90,9 @@ > <answer> <para >They are used by all &kde; applications (since they are implemented in <classname ->KApplication</classname +>TDEApplication</classname > and all good &kde; programs create a <classname ->KApplication</classname +>TDEApplication</classname > object before they even look at the command line arguments).</para > <para >A standard line for a &kde; application looks like this: <userinput |