summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqkeysequence.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqkeysequence.3qt')
-rw-r--r--doc/man/man3/tqkeysequence.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqkeysequence.3qt b/doc/man/man3/tqkeysequence.3qt
index 5e975930c..37dd4ac1e 100644
--- a/doc/man/man3/tqkeysequence.3qt
+++ b/doc/man/man3/tqkeysequence.3qt
@@ -92,7 +92,7 @@ This contructor is typically used with tr(), so that accelerator keys can be rep
.br
QPopupMenu *file = new QPopupMenu( this );
.br
- file->insertItem( tr("&Open..."), this, SLOT(open()),
+ file->insertItem( tr("&Open..."), this, TQ_SLOT(open()),
.br
QKeySequence( tr("Ctrl+O", "File|Open") ) );
.br