diff options
Diffstat (limited to 'qtinterface/tqlistview.h')
-rw-r--r-- | qtinterface/tqlistview.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqlistview.h b/qtinterface/tqlistview.h index 3e74b60..eca43fa 100644 --- a/qtinterface/tqlistview.h +++ b/qtinterface/tqlistview.h @@ -33,4 +33,13 @@ Boston, MA 02110-1301, USA. #endif // USE_QT3 +#ifdef USE_QT4 + +// Reimplement the QListView class +// For Qt4, no changes are needed + +#include <qlistview.h> + +#endif // USE_QT4 + #endif /* TQLISTVIEW_H */
\ No newline at end of file |