summaryrefslogtreecommitdiffstats
path: root/doc/tdevelop
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:15:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:15:35 -0600
commitf78eb03afb8c9a380985d26286afc40b4c89b292 (patch)
tree3c087e2f119e645c902958c3bc3c802abf078ad0 /doc/tdevelop
parentda1941ccadffe5ae70ee111c53f0ec2b3d990869 (diff)
downloadtdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.tar.gz
tdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'doc/tdevelop')
-rw-r--r--doc/tdevelop/getting-started.docbook20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/tdevelop/getting-started.docbook b/doc/tdevelop/getting-started.docbook
index 9a5937bd..a805f393 100644
--- a/doc/tdevelop/getting-started.docbook
+++ b/doc/tdevelop/getting-started.docbook
@@ -1426,18 +1426,18 @@ window find the following lines.</para>
<programlisting>
Hello::Hello()
- : KMainWindow( 0, "Hello" )
+ : TDEMainWindow( 0, "Hello" )
{
</programlisting>
-<para>Right click on <classname>KMainWindow</classname>.
+<para>Right click on <classname>TDEMainWindow</classname>.
A menu will pop up. There select the <guimenuitem>Search in Documentation:
-KMainWindow</guimenuitem> entry and release the mouse button. Now the
+TDEMainWindow</guimenuitem> entry and release the mouse button. Now the
<guilabel>Documentation</guilabel> tool view will open, showing the
-<classname>KMainWindow</classname> entry as search item on the
+<classname>TDEMainWindow</classname> entry as search item on the
<guilabel>Search</guilabel> sub-page. And a short while after another editor
window will open in the workspace area, showing the KDE API Reference page of
-the <classname>KMainWindow</classname> class.</para>
+the <classname>TDEMainWindow</classname> class.</para>
<para>This all will look like the following. (We deliberately opened the
<guilabel>Documentation</guilabel>, <guilabel>Search</guilabel> page already to
@@ -1454,11 +1454,11 @@ identifier.</para></caption>
</screenshot>
<para>You might as well select <guimenuitem>Find Documentation:
-KMainWindow</guimenuitem>. In this case the <guilabel>Finder</guilabel> sub-page
+TDEMainWindow</guimenuitem>. In this case the <guilabel>Finder</guilabel> sub-page
of the <guilabel>Documentation</guilabel> tool view will show up, usually
providing a selection of pages containing the search term. (In our example this
-will probably be the <classname>KMainWindow</classname> and
-<classname>KMainWindowInterface</classname> classes. Select the one you are
+will probably be the <classname>TDEMainWindow</classname> and
+<classname>TDEMainWindowInterface</classname> classes. Select the one you are
interested in and the corresponding documentation will be displayed in an editor
window.</para>
@@ -1573,7 +1573,7 @@ Hello</guilabel>, and &tdevelop; will immediately open the
front of this class definition:</para>
<programlisting>
Hello::Hello()
- : KMainWindow( 0, "Hello" )
+ : TDEMainWindow( 0, "Hello" )
{
</programlisting>
</listitem>
@@ -2127,7 +2127,7 @@ comment marks will be recognized as well.</para>
<filename>hello.cpp</filename> example file</para>
<programlisting>
Hello::Hello()
- : KMainWindow( 0, "Hello" )
+ : TDEMainWindow( 0, "Hello" )
{
// set the shell's ui resource file
// TODO check the user interface