diff options
Diffstat (limited to 'styles/phase/config/phasestyleconfig.cpp')
-rw-r--r-- | styles/phase/config/phasestyleconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp index f6e34226..bc534220 100644 --- a/styles/phase/config/phasestyleconfig.cpp +++ b/styles/phase/config/phasestyleconfig.cpp @@ -28,7 +28,7 @@ PhaseStyleConfig::PhaseStyleConfig(TQWidget* parent) : StyleDialog(parent) { - KGlobal::locale()->insertCatalogue("kstyle_phase_config"); + TDEGlobal::locale()->insertCatalogue("kstyle_phase_config"); TQSettings settings; oldgradients = @@ -52,7 +52,7 @@ PhaseStyleConfig::PhaseStyleConfig(TQWidget* parent) : StyleDialog(parent) PhaseStyleConfig::~PhaseStyleConfig() { - KGlobal::locale()->removeCatalogue("kstyle_phase_config"); + TDEGlobal::locale()->removeCatalogue("kstyle_phase_config"); } ////////////////////////////////////////////////////////////////////////////// |