diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:42:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:42:09 -0600 |
commit | b1b005cf854aad925c2e64c3fc3ece582d4bffcf (patch) | |
tree | 53d452bd876320e4462a2a6ab4fa51b0111d8c02 /styles/phase/config/phasestyleconfig.cpp | |
parent | 36117c8a3e07af8406a8e3c05748a785d6e53078 (diff) | |
download | tdeartwork-b1b005cf854aad925c2e64c3fc3ece582d4bffcf.tar.gz tdeartwork-b1b005cf854aad925c2e64c3fc3ece582d4bffcf.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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"); } ////////////////////////////////////////////////////////////////////////////// |