diff options
Diffstat (limited to 'doc/qdict.doc')
-rw-r--r-- | doc/qdict.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qdict.doc b/doc/qdict.doc index a7ebed4c5..65918b2a3 100644 --- a/doc/qdict.doc +++ b/doc/qdict.doc @@ -157,7 +157,7 @@ styleAccel = "&" + styleAccel; letterDict.insert(styleAccel.left(1), (const int *)1); } - (void) new QAction( styleName, QIconSet(), styleAccel, parent ); + (void) new QAction( styleName, TQIconSet(), styleAccel, parent ); } \endcode In the example we are using the dictionary to provide fast random |