From a410cb031faef27b87337dbd2600083add7dce97 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 4 Jun 2019 12:34:06 +0200 Subject: Rename tqt-kde integration to tqt-tde. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/dialogs/qfontdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dialogs/qfontdialog.cpp') diff --git a/src/dialogs/qfontdialog.cpp b/src/dialogs/qfontdialog.cpp index cddc66a9a..9e1094aa5 100644 --- a/src/dialogs/qfontdialog.cpp +++ b/src/dialogs/qfontdialog.cpp @@ -60,7 +60,7 @@ #include #ifdef Q_WS_X11 -#include "private/tqtkdeintegration_x11_p.h" +#include "private/tqttdeintegration_x11_p.h" #endif /*! @@ -397,8 +397,8 @@ TQFont TQFontDialog::getFont( bool *ok, const TQFont *def, TQWidget *parent, const char* name) { #if defined(Q_WS_X11) - if ( tqt_use_native_dialogs && TQKDEIntegration::enabled()) - return TQKDEIntegration::getFont( ok, def, parent, name ); + if ( tqt_use_native_dialogs && TQTDEIntegration::enabled()) + return TQTDEIntegration::getFont( ok, def, parent, name ); #endif TQFont result; if ( def ) -- cgit v1.2.3