get rid of QT3_SUPPORT and some cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14747 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-08-17 08:54:44 +00:00
parent ad45381bd6
commit 6d3edcf760

View File

@ -20,8 +20,8 @@
class QFontExample : public QWidget {
public:
QFontExample(QWidget * parent, const char * name="")
: QWidget(parent, name) {}
QFontExample(QWidget * parent)
: QWidget(parent) {}
void set(QFont const & font, QString const & text);