Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/dialogs/qprintdialog.h

    r651 r769  
    5757class QPrinter;
    5858
    59 #if (defined (Q_OS_UNIX) && !defined(QTOPIA_PRINTDIALOG) && !defined(Q_WS_MAC)) || defined (Q_WS_PM)
     59#if (defined (Q_OS_UNIX) && !defined(QTOPIA_PRINTDIALOG) && !defined(Q_WS_MAC) && !defined(Q_OS_SYMBIAN)) || defined (Q_WS_PM)
    6060class QUnixPrintWidgetPrivate;
    6161
     
    9898
    9999#if defined (Q_OS_UNIX) && defined (QT3_SUPPORT)
    100     void setPrinter(QPrinter *, bool = false);
    101     QPrinter *printer() const;
    102     void addButton(QPushButton *button);
     100    QT3_SUPPORT void setPrinter(QPrinter *, bool = false);
     101    QT3_SUPPORT QPrinter *printer() const;
     102    QT3_SUPPORT void addButton(QPushButton *button);
    103103#endif
    104104
Note: See TracChangeset for help on using the changeset viewer.