Ignore:
Timestamp:
Feb 17, 2010, 8:53:20 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Implemented support for printing through CUPS on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/painting/qcups_p.h

    r561 r573  
    5555#include "QtCore/qstring.h"
    5656#include "QtCore/qstringlist.h"
     57#include "QtCore/qpair.h"
    5758#include "QtGui/qprinter.h"
    5859
    5960#ifndef QT_NO_CUPS
     61
     62#ifndef Q_WS_PM
    6063#include <QtCore/qlibrary.h>
     64#endif
    6165#include <cups/cups.h>
    6266
Note: See TracChangeset for help on using the changeset viewer.