summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:42:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:42:09 -0600
commitb1b005cf854aad925c2e64c3fc3ece582d4bffcf (patch)
tree53d452bd876320e4462a2a6ab4fa51b0111d8c02 /twin-styles/smooth-blend
parent36117c8a3e07af8406a8e3c05748a785d6e53078 (diff)
downloadtdeartwork-b1b005cf854aad925c2e64c3fc3ece582d4bffcf.tar.gz
tdeartwork-b1b005cf854aad925c2e64c3fc3ece582d4bffcf.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'twin-styles/smooth-blend')
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.cc b/twin-styles/smooth-blend/client/config/smoothblendconfig.cc
index f2ec3e68..a59e1c46 100644
--- a/twin-styles/smooth-blend/client/config/smoothblendconfig.cc
+++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.cc
@@ -30,7 +30,7 @@ smoothblendConfig::smoothblendConfig(KConfig* config, TQWidget* parent)
: TQObject(parent), config_(0), dialog_(0) {
// create the configuration object
config_ = new KConfig("twinsmoothblendrc");
- KGlobal::locale()->insertCatalogue("twin_smoothblend_config");
+ TDEGlobal::locale()->insertCatalogue("twin_smoothblend_config");
// create and show the configuration dialog
dialog_ = new ConfigDialog(parent);