diff options
Diffstat (limited to 'src/widgets/tqiconview.cpp')
-rw-r--r-- | src/widgets/tqiconview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp index e00b9c159..0c42ab611 100644 --- a/src/widgets/tqiconview.cpp +++ b/src/widgets/tqiconview.cpp @@ -458,7 +458,7 @@ void TQIconViewItemLineEdit::focusOutEvent( TQFocusEvent *e ) See TQIconView::dragObject() for more information. - See the \l fileiconview/qfileiconview.cpp and + See the \l fileiconview/tqfileiconview.cpp and \l iconview/simple_dd/main.cpp examples. */ @@ -561,8 +561,8 @@ bool TQIconDragData::operator==( const TQIconDragData &i ) const The fileiconview example program demonstrates the use of the TQIconDrag class including subclassing and reimplementing dragObject(), format(), encodedData() and canDecode(). See the files - \c qt/examples/fileiconview/qfileiconview.h and - \c qt/examples/fileiconview/qfileiconview.cpp. + \c qt/examples/fileiconview/tqfileiconview.h and + \c qt/examples/fileiconview/tqfileiconview.cpp. \sa TQMimeSource::format() */ |