diff options
Diffstat (limited to 'src/widgets/tqiconview.cpp')
-rw-r--r-- | src/widgets/tqiconview.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp index 1b3170a42..fa705ccc8 100644 --- a/src/widgets/tqiconview.cpp +++ b/src/widgets/tqiconview.cpp @@ -39,11 +39,6 @@ **********************************************************************/ #include "tqglobal.h" -#if defined(Q_CC_BOR) -// needed for qsort() because of a std namespace problem on Borland -#include "qplatformdefs.h" -#endif - #include "tqiconview.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(); } |