summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/types.html
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/docs/types.html')
-rw-r--r--kjsembed/docs/types.html40
1 files changed, 20 insertions, 20 deletions
diff --git a/kjsembed/docs/types.html b/kjsembed/docs/types.html
index ab823896..cdffa1f0 100644
--- a/kjsembed/docs/types.html
+++ b/kjsembed/docs/types.html
@@ -38,8 +38,8 @@ continue to be supported.
<h3>Strings</h3>
<ul>
-<li>TTQString -> String
-<li>TTQCString -> String
+<li>TQString -> String
+<li>TQCString -> String
<li>const char * -> String
<li>String -> TQString
<li>String -> TQCString
@@ -48,66 +48,66 @@ continue to be supported.
<h2>Qt Object Types</h2>
-<h3>TTQColor</h3>
+<h3>TQColor</h3>
Represents a color, possibly including an alpha channel.
<ul>
-<li>TTQColor -> '#rrggbb'
+<li>TQColor -> '#rrggbb'
<li>'#rrggbb' -> TQColor
<li>'#rrggbbaa' -> TQColor
</ul>
-<h3>TTQPoint</h3>
+<h3>TQPoint</h3>
Represents a point.
<ul>
-<li>TTQPoint -> [x,y]
+<li>TQPoint -> [x,y]
<li>[x,y] -> TQPoint
<li>obj.x obj.y -> TQPoint
</ul>
-<h3>TTQSize</h3>
+<h3>TQSize</h3>
Represents a size.
<ul>
-<li>TTQSize -> [w,h]
+<li>TQSize -> [w,h]
<li>[w,h] -> TQSize
<li>obj.w obj.h -> TQSize
</ul>
-<h3>TTQRect</h3>
+<h3>TQRect</h3>
Represents a rectangle.
<ul>
-<li>TTQRect -> [x,y,w,h]
+<li>TQRect -> [x,y,w,h]
<li>[x,y,w,h] -> TQRect
<li>obj.x obj.y obj.w obj.h -> TQRect
</ul>
-<h3>TTQDate</h3>
+<h3>TQDate</h3>
Represents a date.
<ul>
-<li>TTQDate -> ''
+<li>TQDate -> ''
</ul>
-<h3>TTQTime</h3>
+<h3>TQTime</h3>
Represents a time.
<ul>
-<li>TTQTime -> ''
+<li>TQTime -> ''
</ul>
-<h3>TTQDateTime</h3>
+<h3>TQDateTime</h3>
Represents a date/time pair.
<ul>
-<li>TTQDateTime -> ''
+<li>TQDateTime -> ''
</ul>
-<h3>TTQKeySequence</h3>
+<h3>TQKeySequence</h3>
Represents a sequence of keys, eg. it is used for accelerators.
<ul>
-<li>TTQKeySequence -> ''
+<li>TQKeySequence -> ''
</ul>
-<h3>TTQFont</h3>
+<h3>TQFont</h3>
Represents a font.
<ul>
-<li>TTQFont -> ''
+<li>TQFont -> ''
</ul>
<h2>KDE Object Types</h2>