diff options
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))); } } |