diff options
Diffstat (limited to 'doc/man/man3/tqkeysequence.3qt')
-rw-r--r-- | doc/man/man3/tqkeysequence.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqkeysequence.3qt b/doc/man/man3/tqkeysequence.3qt index 37dd4ac1e..2a811b776 100644 --- a/doc/man/man3/tqkeysequence.3qt +++ b/doc/man/man3/tqkeysequence.3qt @@ -90,7 +90,7 @@ This contructor is typically used with tr(), so that accelerator keys can be rep .PP .nf .br - QPopupMenu *file = new QPopupMenu( this ); + TQPopupMenu *file = new TQPopupMenu( this ); .br file->insertItem( tr("&Open..."), this, TQ_SLOT(open()), .br |