diff options
Diffstat (limited to 'src/dialogs/qfontdialog.cpp')
-rw-r--r-- | src/dialogs/qfontdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/qfontdialog.cpp b/src/dialogs/qfontdialog.cpp index 48ecb3d61..2dcf7b530 100644 --- a/src/dialogs/qfontdialog.cpp +++ b/src/dialogs/qfontdialog.cpp @@ -391,13 +391,13 @@ TQFont TQFontDialog::getFont( bool *ok, TQWidget *parent,const char* name) return getFont( ok, 0, parent, name ); } -extern bool qt_use_native_dialogs; +extern bool tqt_use_native_dialogs; TQFont TQFontDialog::getFont( bool *ok, const TQFont *def, TQWidget *parent, const char* name) { #if defined(Q_WS_X11) - if ( qt_use_native_dialogs && TQKDEIntegration::enabled()) + if ( tqt_use_native_dialogs && TQKDEIntegration::enabled()) return TQKDEIntegration::getFont( ok, def, parent, name ); #endif TQFont result; |