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/qcolordialog.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/dialogs/qcolordialog.cpp') diff --git a/src/dialogs/qcolordialog.cpp b/src/dialogs/qcolordialog.cpp index 281445c2e..12efeb3f9 100644 --- a/src/dialogs/qcolordialog.cpp +++ b/src/dialogs/qcolordialog.cpp @@ -64,7 +64,7 @@ TQColor macGetColor( const TQColor& initial, TQWidget *parent, const char *name #endif #ifdef Q_WS_X11 -#include "private/tqtkdeintegration_x11_p.h" +#include "private/tqttdeintegration_x11_p.h" #endif //////////// TQWellArray BEGIN @@ -1486,8 +1486,8 @@ TQColor TQColorDialog::getColor( const TQColor& initial, TQWidget *parent, const char *name ) { #if defined(Q_WS_X11) - if( TQKDEIntegration::enabled()) - return TQKDEIntegration::getColor( initial, parent, name ); + if( TQTDEIntegration::enabled()) + return TQTDEIntegration::getColor( initial, parent, name ); #elif defined(Q_WS_MAC) return macGetColor(initial, parent, name); #endif @@ -1526,8 +1526,8 @@ TQRgb TQColorDialog::getRgba( TQRgb initial, bool *ok, TQWidget *parent, const char* name ) { #if defined(Q_WS_MAC) - if( TQKDEIntegration::enabled()) { - TQColor color = TQKDEIntegration::getColor( TQColor( initial ), parent, name ); + if( TQTDEIntegration::enabled()) { + TQColor color = TQTDEIntegration::getColor( TQColor( initial ), parent, name ); if( ok ) *ok = color.isValid(); return color.rgba(); -- cgit v1.2.3