diff options
Diffstat (limited to 'doc/tutorial2.doc')
-rw-r--r-- | doc/tutorial2.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial2.doc b/doc/tutorial2.doc index 1c79c1954..3d4f2bb7c 100644 --- a/doc/tutorial2.doc +++ b/doc/tutorial2.doc @@ -1080,7 +1080,7 @@ be in a combobox, changeable simply by the user selecting a different pattern. Next we set suitable initial widths, insert labels for each column and finally add the table to the tableButtonBox layout. -\skipto QHBoxLayout +\skipto TQHBoxLayout \printline We create a horizontal box layout to hold the buttons. @@ -1092,7 +1092,7 @@ We create a color button and add it to the buttonBox layout. We disable the button; we will only enable it when the focus is actually on a color cell. -\skipto QSpacerItem +\skipto TQSpacerItem \printuntil addItem Since we want to separate the color button from the OK and Cancel |