diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-02-02 21:48:19 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-02-02 21:48:19 (GMT) |
commit | 7360402c0c64f83a58e679e99adc9677796d7a9e (patch) | |
tree | 254387c3b598c31cc8e23d4f9981e766979989e4 /src/gui/dialogs | |
parent | 07e565096c5d209a16102f1d41c7ada8544a77d3 (diff) | |
parent | 5783f98ce5e243afbbd4c6a68c80d2dd959520e0 (diff) | |
download | Qt-7360402c0c64f83a58e679e99adc9677796d7a9e.zip Qt-7360402c0c64f83a58e679e99adc9677796d7a9e.tar.gz Qt-7360402c0c64f83a58e679e99adc9677796d7a9e.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/qprintdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/dialogs/qprintdialog.h b/src/gui/dialogs/qprintdialog.h index 390a4a0..ecd50c1 100644 --- a/src/gui/dialogs/qprintdialog.h +++ b/src/gui/dialogs/qprintdialog.h @@ -97,9 +97,9 @@ public: void done(int result); #if defined (Q_OS_UNIX) && defined (QT3_SUPPORT) - void setPrinter(QPrinter *, bool = false); - QPrinter *printer() const; - void addButton(QPushButton *button); + QT3_SUPPORT void setPrinter(QPrinter *, bool = false); + QT3_SUPPORT QPrinter *printer() const; + QT3_SUPPORT void addButton(QPushButton *button); #endif void setOption(PrintDialogOption option, bool on = true); |