summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-02-02 21:48:19 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-02-02 21:48:19 (GMT)
commit7360402c0c64f83a58e679e99adc9677796d7a9e (patch)
tree254387c3b598c31cc8e23d4f9981e766979989e4 /src/gui/dialogs
parent07e565096c5d209a16102f1d41c7ada8544a77d3 (diff)
parent5783f98ce5e243afbbd4c6a68c80d2dd959520e0 (diff)
downloadQt-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.h6
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);