home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / include / q1xcompatibility.h < prev    next >
C/C++ Source or Header  |  2001-10-11  |  2KB  |  47 lines

  1. /****************************************************************************
  2. ** $Id:  qt/q1xcompatibility.h   3.0.0   edited Jun 22 12:24 $
  3. **
  4. ** Various macros etc. to ease porting from Qt 1.x to 2.0.  THIS FILE
  5. ** WILL CHANGE OR DISAPPEAR IN THE NEXT VERSION OF Qt.
  6. **
  7. ** Created : 980824
  8. **
  9. ** Copyright (C) 1992-2000 Trolltech AS.  All rights reserved.
  10. **
  11. ** This file is part of the kernel module of the Qt GUI Toolkit.
  12. **
  13. ** This file may be distributed under the terms of the Q Public License
  14. ** as defined by Trolltech AS of Norway and appearing in the file
  15. ** LICENSE.QPL included in the packaging of this file.
  16. **
  17. ** This file may be distributed and/or modified under the terms of the
  18. ** GNU General Public License version 2 as published by the Free Software
  19. ** Foundation and appearing in the file LICENSE.GPL included in the
  20. ** packaging of this file.
  21. **
  22. ** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
  23. ** licenses may use this file in accordance with the Qt Commercial License
  24. ** Agreement provided with the Software.
  25. **
  26. ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
  27. ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  28. **
  29. ** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
  30. **   information about Qt Commercial License Agreements.
  31. ** See http://www.trolltech.com/qpl/ for QPL licensing information.
  32. ** See http://www.trolltech.com/gpl/ for GPL licensing information.
  33. **
  34. ** Contact info@trolltech.com if any conditions of this licensing are
  35. ** not clear to you.
  36. **
  37. **********************************************************************/
  38.  
  39. #ifndef Q1XCOMPATIBILITY_H
  40. #define Q1XCOMPATIBILITY_H
  41.  
  42. #error "Compatibility with Qt 1.x is no longer guaranteed. Please"
  43. #error "update your code (for example using qt20fix script). We"
  44. #error "apologize for any inconvenience."
  45.  
  46. #endif // Q1XCOMPATIBILITY_H
  47.