From 6b78e804e26c16313cc87a008d686b20c6ae4034 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 14 Nov 2023 23:26:12 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 37c7209e872283e9d879156606dcad818d8bc34a) --- .../docs/tdebase/ksplashml/index.docbook | 20 +++++++++--------- tde-i18n-en_GB/docs/tdepim/kalarm/index.docbook | 24 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) (limited to 'tde-i18n-en_GB/docs') diff --git a/tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook b/tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook index 9614905eb37..673097c140d 100644 --- a/tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook +++ b/tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook @@ -668,15 +668,15 @@ private: cfg->setGroup( TQString("KSplash Theme: %1").arg(mTheme->theme()) ); - TQColor DefaultTBgColor( Qt::darkBlue ); - TQColor DefaultTFgColor( Qt::white ); + TQColor DefaultTBgColor( TQt::darkBlue ); + TQColor DefaultTFgColor( TQt::white ); mTBgColor = cfg->readColorEntry( "Title Background Color", &DefaultTBgColor ); mTFgColor = cfg->readColorEntry( "Title Foreground Color", &DefaultTFgColor ); mStatusColor = cfg->readColorEntry("Status Text Color", &mTBgColor ); - TQColor DefaultRot1( Qt::darkBlue ); - TQColor DefaultRot2( Qt::cyan ); + TQColor DefaultRot1( TQt::darkBlue ); + TQColor DefaultRot2( TQt::cyan ); mRotColor1 = cfg->readColorEntry( "Rotator Color 1", &DefaultRot1 ); mRotColor2 = cfg->readColorEntry( "Rotator Color 2", &DefaultRot2 ); @@ -815,7 +815,7 @@ void Theme2k::initUi() lbl->setPaletteForegroundColor( mTFgColor ); QLabel *logo = new QLabel( vbox ); - logo->setPalette( Qt::white ); + logo->setPalette( TQt::white ); TQString px( locate( "appdata", mTheme->themeDir() + (mLogoFile.isNull()?TQString("/Logo.png"):mLogoFile) ) ); if (px.isNull()) @@ -860,15 +860,15 @@ void Theme2k::readSettings() cfg->setGroup( TQString("KSplash Theme: %1").arg(mTheme->theme()) ); - TQColor DefaultTBgColor( Qt::darkBlue ); - TQColor DefaultTFgColor( Qt::white ); + TQColor DefaultTBgColor( TQt::darkBlue ); + TQColor DefaultTFgColor( TQt::white ); mTBgColor = cfg->readColorEntry( "Title Background Color", &DefaultTBgColor ); mTFgColor = cfg->readColorEntry( "Title Foreground Color", &DefaultTFgColor ); mStatusColor = cfg->readColorEntry("Status Text Color", &mTBgColor ); - TQColor DefaultRot1( Qt::darkBlue ); - TQColor DefaultRot2( Qt::cyan ); + TQColor DefaultRot1( TQt::darkBlue ); + TQColor DefaultRot2( TQt::cyan ); mRotColor1 = cfg->readColorEntry( "Rotator Color 1", &DefaultRot1 ); mRotColor2 = cfg->readColorEntry( "Rotator Color 2", &DefaultRot2 ); @@ -970,7 +970,7 @@ void RotWidget::paintEvent( QPaintEvent *pe ) if( m_stepPixmap.at( m_step ) ) bitBlt( this, r.x(), r.y(), m_stepPixmap.at( m_step ), r.x(), r.y(), r.width(), r.height() ); else - p.fillRect( rect(), Qt::black ); + p.fillRect( rect(), TQt::black ); p.end(); } diff --git a/tde-i18n-en_GB/docs/tdepim/kalarm/index.docbook b/tde-i18n-en_GB/docs/tdepim/kalarm/index.docbook index 2cd1eb8519d..21be5fb61bc 100644 --- a/tde-i18n-en_GB/docs/tdepim/kalarm/index.docbook +++ b/tde-i18n-en_GB/docs/tdepim/kalarm/index.docbook @@ -2941,12 +2941,12 @@ bool scheduleMessage(const TQString& message, Specifies the scheduled date, or date and time, at which the message should be displayed. For a date-only alarm, the string should be in the format YYYY-MM-DD (as returned by -QDate::toString(Qt::ISODate)). For an alarm +QDate::toString(TQt::ISODate)). For an alarm with a date and time, the string should be in the format YYYY-MM-DDTHH:MM[:SS] (as returned by -QDateTime::toString(Qt::ISODate)) or +QDateTime::toString(TQt::ISODate)) or HH:MM[:SS] (as returned by -QTime::toString(Qt::ISODate)). If no date is +QTime::toString(TQt::ISODate)). If no date is specified, today's date is used. Note that any seconds value is ignored. @@ -3184,12 +3184,12 @@ displayed in the message to be scheduled. Specifies the scheduled date, or date and time, at which the file should be displayed. For a date-only alarm, the string should be in the format YYYY-MM-DD (as returned by -QDate::toString(Qt::ISODate)). For an alarm +QDate::toString(TQt::ISODate)). For an alarm with a date and time, the string should be in the format YYYY-MM-DDTHH:MM[:SS] (as returned by -QDateTime::toString(Qt::ISODate)) or +QDateTime::toString(TQt::ISODate)) or HH:MM[:SS] (as returned by -QTime::toString(Qt::ISODate)). If no date is +QTime::toString(TQt::ISODate)). If no date is specified, today's date is used. Note that any seconds value is ignored. @@ -3391,12 +3391,12 @@ parameter contains a shell command line or a command script. Specifies the scheduled date, or date and time, at which the command should be executed. For a date-only alarm, the string should be in the format YYYY-MM-DD (as returned by -QDate::toString(Qt::ISODate)). For an alarm +QDate::toString(TQt::ISODate)). For an alarm with a date and time, the string should be in the format YYYY-MM-DDTHH:MM[:SS] (as returned by -QDateTime::toString(Qt::ISODate)) or +QDateTime::toString(TQt::ISODate)) or HH:MM[:SS] (as returned by -QTime::toString(Qt::ISODate)). If no date is +QTime::toString(TQt::ISODate)). If no date is specified, today's date is used. Note that any seconds value is ignored. @@ -3607,12 +3607,12 @@ email attachments. Specifies the scheduled date, or date and time, at which the email should be sent. For a date-only alarm, the string should be in the format YYYY-MM-DD (as returned by -QDate::toString(Qt::ISODate)). For an alarm +QDate::toString(TQt::ISODate)). For an alarm with a date and time, the string should be in the format YYYY-MM-DDTHH:MM[:SS] (as returned by -QDateTime::toString(Qt::ISODate)) or +QDateTime::toString(TQt::ISODate)) or HH:MM[:SS] (as returned by -QTime::toString(Qt::ISODate)). If no date is +QTime::toString(TQt::ISODate)). If no date is specified, today's date is used. Note that any seconds value is ignored. -- cgit v1.2.1