diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-18 10:17:17 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-18 10:17:17 -0500 |
commit | 8fafebe45b1ee4462326ff9f0ef7370ff86d6dc6 (patch) | |
tree | a35a2acf51a7895c7a221f9c8161407db26b89d5 /styles/phase/config/phasestyleconfig.cpp | |
parent | 92b8071dc368d0b6897d68c46336b76d52e4c312 (diff) | |
download | tdeartwork-8fafebe45b1ee4462326ff9f0ef7370ff86d6dc6.tar.gz tdeartwork-8fafebe45b1ee4462326ff9f0ef7370ff86d6dc6.zip |
Rename KStyle to TDEStyle to avoid conflicts with KDE4.
Diffstat (limited to 'styles/phase/config/phasestyleconfig.cpp')
-rw-r--r-- | styles/phase/config/phasestyleconfig.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp index 990b98e3..d3695b83 100644 --- a/styles/phase/config/phasestyleconfig.cpp +++ b/styles/phase/config/phasestyleconfig.cpp @@ -28,7 +28,7 @@ PhaseStyleConfig::PhaseStyleConfig(TQWidget* parent) : StyleDialog(parent) { - TDEGlobal::locale()->insertCatalogue("kstyle_phase_config"); + TDEGlobal::locale()->insertCatalogue("tdestyle_phase_config"); TQSettings settings; oldgradients = @@ -52,7 +52,7 @@ PhaseStyleConfig::PhaseStyleConfig(TQWidget* parent) : StyleDialog(parent) PhaseStyleConfig::~PhaseStyleConfig() { - TDEGlobal::locale()->removeCatalogue("kstyle_phase_config"); + TDEGlobal::locale()->removeCatalogue("tdestyle_phase_config"); } ////////////////////////////////////////////////////////////////////////////// @@ -103,7 +103,7 @@ void PhaseStyleConfig::defaults() extern "C" { - KDE_EXPORT TQObject* allocate_kstyle_config(TQWidget* parent) { + KDE_EXPORT TQObject* allocate_tdestyle_config(TQWidget* parent) { return(TQT_TQOBJECT(new PhaseStyleConfig(parent))); } } |