From 54c9b1a80c04a5ecc685dc29e27a27de81d8cc1b Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 3 May 2011 22:51:17 +0200 Subject: even less QT3_SUPPORT the new libQtGui should now be free of any Qt3 related methods. --- src/gui/text/qfont.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/gui/text/qfont.h') diff --git a/src/gui/text/qfont.h b/src/gui/text/qfont.h index 8dbc746813..18c39cbe31 100644 --- a/src/gui/text/qfont.h +++ b/src/gui/text/qfont.h @@ -283,14 +283,6 @@ public: inline uint resolve() const { return resolve_mask; } inline void resolve(uint mask) { resolve_mask = mask; } -#ifdef QT3_SUPPORT - static QT3_SUPPORT QFont defaultFont(); - static QT3_SUPPORT void setDefaultFont(const QFont &); - QT3_SUPPORT void setPixelSizeFloat(qreal); - QT3_SUPPORT qreal pointSizeFloat() const { return pointSizeF(); } - QT3_SUPPORT void setPointSizeFloat(qreal size) { setPointSizeF(size); } -#endif - private: QFont(QFontPrivate *); -- cgit v1.2.3