diff options
Diffstat (limited to 'styles/phase/phasestyle.cpp')
-rw-r--r-- | styles/phase/phasestyle.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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 <dbrownlees@paradise.net.nz> if (object->parent() && !qstrcmp(object->name(), KTOOLBARWIDGET)) { if (0 == (widget = ::tqqt_cast<TQWidget*>(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" |