diff options
Diffstat (limited to 'doc/man/man3/tqaction.3qt')
-rw-r--r-- | doc/man/man3/tqaction.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqaction.3qt b/doc/man/man3/tqaction.3qt index 4ff66ae69..507e3d4d8 100644 --- a/doc/man/man3/tqaction.3qt +++ b/doc/man/man3/tqaction.3qt @@ -192,7 +192,7 @@ Once a TQAction has been created it should be added to the relevant menu and too .PP .nf .br - fileOpenAction = new TQAction( QPixmap( fileopen ), "&Open...", + fileOpenAction = new TQAction( TQPixmap( fileopen ), "&Open...", .br CTRL+Key_O, this, "open" ); .br |