From e63beeb5bdb82987b1e00bc35178667786fbad48 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 16:20:48 -0600 Subject: Fix incorrect conversion --- kjsembed/docs/examples/README | 2 +- kjsembed/docs/examples/html2text/test.htm | 10 +++++----- kjsembed/docs/examples/imageinfo/example.html | 2 +- kjsembed/docs/examples/imageinfo/example1.htm | 2 +- kjsembed/docs/examples/imageinfo/thumbs.html | 2 +- kjsembed/docs/examples/index.html | 12 ++++++------ 6 files changed, 15 insertions(+), 15 deletions(-) (limited to 'kjsembed/docs/examples') diff --git a/kjsembed/docs/examples/README b/kjsembed/docs/examples/README index 71449ae3..ce89dc9e 100644 --- a/kjsembed/docs/examples/README +++ b/kjsembed/docs/examples/README @@ -57,7 +57,7 @@ JS UIC An easy way to deal with UI files. Multi-file Scripts Multi-file Scripts. Opaque Values Opaque types. Standard Icons Loading standard icons. -TTQComboBox A simple demo of TQComboBox. +TQComboBox A simple demo of TQComboBox. Embedding several Shows how to embed multiple parts in the same script. KParts Writing data Shows how to send data directly to a part, rather than diff --git a/kjsembed/docs/examples/html2text/test.htm b/kjsembed/docs/examples/html2text/test.htm index af257805..1639b375 100644 --- a/kjsembed/docs/examples/html2text/test.htm +++ b/kjsembed/docs/examples/html2text/test.htm @@ -53,7 +53,7 @@ pre { <li>Scripts can access the properties and slots of TQObjects as if they were normal Javascript properties and methods.</li> <li>Scripts can load dialogs and widgets created with Qt Designer.</li> - <li>Scripts can create instances of anu TTQWidget subclass supported by TTQWidgetFactory.</li> + <li>Scripts can create instances of anu TQWidget subclass supported by TQWidgetFactory.</li> <li>Making your own TQObjects/TQWidgets available for scripting is one-liner.</li> <li>Scripts can traverse the widget tree, so your entire application can be made scriptable without explicitly binding every object.</li> @@ -87,11 +87,11 @@ JSConsoleWidget (KJSEmbed::JSConsoleWidget) kjs> console.childCount() 4 kjs> console.childAt(1) -CmdEdit (TTQComboBox) +CmdEdit (TQComboBox) kjs> console.childAt(2) -RunButton (TTQPushButton) +RunButton (TQPushButton) kjs> console.child(&quot;RunButton&quot;) -RunButton (TTQPushButton) +RunButton (TQPushButton) kjs> console.child(&quot;RunButton&quot;).text = &quot;Go!&quot; Go! kjs> console.caption = &quot;Different Title&quot; @@ -145,7 +145,7 @@ print( cmd ); <p class="precaption">Listing 1: A Script That Displays the Grep Dialog</p> <p>In order to find out what the user asked us to search for we need to extract the contents of the various fields in our dialog. We know that the field for - entering the text to be searched for is a TTQLineEdit called 'search_edit', so + entering the text to be searched for is a TQLineEdit called 'search_edit', so we can use the child() method to get hold of it (this method searches through the children of an object until it finds one with a matching name). Once we've found the right object getting hold of the text is easy because all TQLineEdits diff --git a/kjsembed/docs/examples/imageinfo/example.html b/kjsembed/docs/examples/imageinfo/example.html index 58205bda..4a9873c7 100644 --- a/kjsembed/docs/examples/imageinfo/example.html +++ b/kjsembed/docs/examples/imageinfo/example.html @@ -10,7 +10,7 @@ example1.png (848x686)

This image shows the results of running the imagegallery script. As you can -see the script automatically creates thumbnails (using TTQImage::smoothScale() +see the script automatically creates thumbnails (using TQImage::smoothScale() for quality) and includes image descriptions if present. The descriptions can include HTML markup like this, and even links. diff --git a/kjsembed/docs/examples/imageinfo/example1.htm b/kjsembed/docs/examples/imageinfo/example1.htm index 3a0a4ef9..bbe9bb0b 100644 --- a/kjsembed/docs/examples/imageinfo/example1.htm +++ b/kjsembed/docs/examples/imageinfo/example1.htm @@ -1,5 +1,5 @@ This image shows the results of running the imagegallery script. As you can -see the script automatically creates thumbnails (using TTQImage::smoothScale() +see the script automatically creates thumbnails (using TQImage::smoothScale() for quality) and includes image descriptions if present. The descriptions can include HTML markup like this, and even links. diff --git a/kjsembed/docs/examples/imageinfo/thumbs.html b/kjsembed/docs/examples/imageinfo/thumbs.html index b47501f8..2c66e0a5 100644 --- a/kjsembed/docs/examples/imageinfo/thumbs.html +++ b/kjsembed/docs/examples/imageinfo/thumbs.html @@ -10,7 +10,7 @@ example1.png (848x686)

This image shows the results of running the imagegallery script. As you can -see the script automatically creates thumbnails (using TTQImage::smoothScale() +see the script automatically creates thumbnails (using TQImage::smoothScale() for quality) and includes image descriptions if present. The descriptions can include HTML markup like this, and even links. diff --git a/kjsembed/docs/examples/index.html b/kjsembed/docs/examples/index.html index a3a44761..4b48cc31 100644 --- a/kjsembed/docs/examples/index.html +++ b/kjsembed/docs/examples/index.html @@ -75,21 +75,21 @@ facilities. Two examples that create a graphical tree. One from a JS data structure, the other from the widget tree of a ui file. qobject-dom -Illustrates the TTQObject DOM API. +Illustrates the TQObject DOM API. connect-cpp Connects a signal to slot. connect Connects signals of various types to JS methods. imageviewer -Illustrates the use of TTQPixmap values. +Illustrates the use of TQPixmap values. netaccess Illustrates the bindings to KIO::NetAccess. listview Creates a simple KListView. frame -Shows off TTQFrame support and the use of enums. +Shows off TQFrame support and the use of enums. timer -Creates a flashing LED using TTQTimer. +Creates a flashing LED using TQTimer. Actions A simple KAction demo. Built-In Messages @@ -108,8 +108,8 @@ from a JS data structure, the other from the widget tree of a ui file. Opaque types. Standard Icons Loading standard icons. -TTQComboBox -A simple demo of TTQComboBox. +TQComboBox +A simple demo of TQComboBox. Embedding several KParts Shows how to embed multiple parts in the same script. Writing data directly to a KPart -- cgit v1.2.1