From 54e824664fbb115686c390082459c1b66d606905 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 29 Sep 2014 01:21:58 -0500 Subject: Rename remaining KDE strings to TDE, with the exception of a couple of build variables --- styles/dotnet/dotnet.cpp | 10 +++++----- styles/dotnet/dotnet.h | 2 +- styles/phase/phasestyle.cpp | 10 +++++----- styles/phase/phasestyle.h | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'styles') diff --git a/styles/dotnet/dotnet.cpp b/styles/dotnet/dotnet.cpp index 84b8b245..3c4aa487 100644 --- a/styles/dotnet/dotnet.cpp +++ b/styles/dotnet/dotnet.cpp @@ -1,12 +1,12 @@ /* - * KDE3 dotNET Style (version 1.5) + * TDE3 dotNET Style (version 1.5) * Copyright (C) 2001-2002, Chris Lee * Carsten Pfeiffer * Karol Szwed * - * Drawing routines completely reimplemented from KDE3 HighColor, which was - * originally based on some stuff from the KDE2 HighColor. - * Includes portions of framework code from KDE3 HighColor, + * Drawing routines completely reimplemented from TDE3 HighColor, which was + * originally based on some stuff from the TDE2 HighColor. + * Includes portions of framework code from TDE3 HighColor, * (C) 2001-2002 Karol Szwed , * (C) 2001-2002 Fredrik H�lund * @@ -70,7 +70,7 @@ class dotNETstylePlugin : public TQStylePlugin } }; -KDE_Q_EXPORT_PLUGIN( dotNETstylePlugin ) +TDE_Q_EXPORT_PLUGIN( dotNETstylePlugin ) // --------------------------------------------------- diff --git a/styles/dotnet/dotnet.h b/styles/dotnet/dotnet.h index 21844616..eb32a35e 100644 --- a/styles/dotnet/dotnet.h +++ b/styles/dotnet/dotnet.h @@ -2,7 +2,7 @@ * $Id$ * * Copyright 2001, Chris Lee - * Originally copied from the KDE3 HighColor style, modified to fit mine. + * Originally copied from the TDE3 HighColor style, modified to fit mine. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/styles/phase/phasestyle.cpp b/styles/phase/phasestyle.cpp index 008e1b15..952ade00 100644 --- a/styles/phase/phasestyle.cpp +++ b/styles/phase/phasestyle.cpp @@ -1,7 +1,7 @@ ////////////////////////////////////////////////////////////////////////////// // phasestyle.cpp // ------------------- -// TQt/KDE widget style +// TQt/TDE widget style // ------------------- // Copyright (c) 2004 David Johnson // Please see the header file for copyright and license information. @@ -17,7 +17,7 @@ // differs from the TQt default of giving them PaletteButton backgrounds. // Menubars have normal gradients, toolbars have reverse. // -// Some toolbars are not part of a TQMainWindows, such as in a KDE file dialog. +// Some toolbars are not part of a TQMainWindows, such as in a TDE file dialog. // In these cases we treat the toolbar as "floating" and paint it flat. // ////////////////////////////////////////////////////////////////////////////// @@ -89,7 +89,7 @@ PhaseStyle::PhaseStyle() if (gradients_) { // don't bother setting if already false gradients_ = settings.readBoolEntry("/phasestyle/Settings/gradients", true); - contrast = 100 + settings.readNumEntry("/TQt/KDE/contrast", 5); + contrast = 100 + settings.readNumEntry("/TQt/TDE/contrast", 5); } highlights_ = settings.readBoolEntry("/phasestyle/Settings/highlights", true); @@ -2277,7 +2277,7 @@ bool PhaseStyle::objectEventHandler( const TQStyleControlElementData &ceData, Co if (event->type() == TQEvent::Paint) { // make sure we do the most specific stuff first - // KDE Toolbar Widget + // TDE Toolbar Widget // patch by Daniel Brownlees if (object->parent() && !qstrcmp(object->name(), KTOOLBARWIDGET)) { if (0 == (widget = ::tqqt_cast(object))) return false; @@ -2485,6 +2485,6 @@ TQStyle* PhaseStylePlugin::create(const TQString& key) return 0; } -KDE_Q_EXPORT_PLUGIN(PhaseStylePlugin) +TDE_Q_EXPORT_PLUGIN(PhaseStylePlugin) #include "phasestyle.moc" diff --git a/styles/phase/phasestyle.h b/styles/phase/phasestyle.h index 8922960b..2d2273cc 100644 --- a/styles/phase/phasestyle.h +++ b/styles/phase/phasestyle.h @@ -1,7 +1,7 @@ ////////////////////////////////////////////////////////////////////////////// // phasestyle.h // ------------------- -// TQt/KDE widget style +// TQt/TDE widget style // ------------------- // Copyright (c) 2004 David Johnson // -- cgit v1.2.1