diff options
Diffstat (limited to 'src/widgets/qiconview.cpp')
| -rw-r--r-- | src/widgets/qiconview.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/widgets/qiconview.cpp b/src/widgets/qiconview.cpp index 154702ea7..1854cf78e 100644 --- a/src/widgets/qiconview.cpp +++ b/src/widgets/qiconview.cpp @@ -39,11 +39,6 @@ **********************************************************************/ #include "ntqglobal.h" -#if defined(Q_CC_BOR) -// needed for qsort() because of a std namespace problem on Borland -#include "qplatformdefs.h" -#endif - #include "ntqiconview.h" #ifndef TQT_NO_ICONVIEW @@ -431,7 +426,6 @@ void TQIconViewItemLineEdit::keyPressEvent( TQKeyEvent *e ) void TQIconViewItemLineEdit::focusOutEvent( TQFocusEvent *e ) { - Q_UNUSED(e) // I need this to get rid of a Borland warning if ( e->reason() != TQFocusEvent::Popup ) item->cancelRenameItem(); } |
