summaryrefslogtreecommitdiffstats
path: root/doc/application-walkthrough.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/application-walkthrough.doc')
-rw-r--r--doc/application-walkthrough.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/application-walkthrough.doc b/doc/application-walkthrough.doc
index 10c05245..5c652e5f 100644
--- a/doc/application-walkthrough.doc
+++ b/doc/application-walkthrough.doc
@@ -155,7 +155,7 @@ its location and floats it over the desktop, the toolbar-window will
show "File Operations" as caption.
\printline fileopen
-\printuntil SLOT(choose())
+\printuntil TQ_SLOT(choose())
Now we create the first tool button for the \e fileTools toolbar
with the appropriate icon and the tool-tip text "Open File".
@@ -163,7 +163,7 @@ The \c fileopen.xpm we included at the beginning
contains the definition of a pixmap called \e fileopen.
We use this icon to illustrate our first tool button.
-\printuntil SLOT(print())
+\printuntil TQ_SLOT(print())
In a similar way we create two more tool buttons in this toolbar, each with
appropriate icons and tool-tip text. All three buttons are connected