Ignore:
Timestamp:
Sep 8, 2009, 5:29:13 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Fixed the build after disabling the qt3support module: some components still used deprecated Qt3 methods internally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/painting/qregion_pm.cpp

    r113 r169  
    160160{
    161161    HRGN region = 0;
    162     QImage image = bitmap.convertToImage();
     162    QImage image = bitmap.toImage();
    163163    const int maxrect = 256;
    164164    RECTL rects[maxrect];
Note: See TracChangeset for help on using the changeset viewer.