diff options
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/tqiconview.cpp | 6 | ||||
| -rw-r--r-- | src/widgets/tqlistbox.cpp | 5 |
2 files changed, 0 insertions, 11 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(); } diff --git a/src/widgets/tqlistbox.cpp b/src/widgets/tqlistbox.cpp index bbbda6694..e209240e6 100644 --- a/src/widgets/tqlistbox.cpp +++ b/src/widgets/tqlistbox.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 "tqlistbox.h" #ifndef TQT_NO_LISTBOX #include "tqmemarray.h" |
