summaryrefslogtreecommitdiffstats
path: root/kscreensaver/xsavers
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 /kscreensaver/xsavers
parent36117c8a3e07af8406a8e3c05748a785d6e53078 (diff)
downloadtdeartwork-b1b005cf854aad925c2e64c3fc3ece582d4bffcf.tar.gz
tdeartwork-b1b005cf854aad925c2e64c3fc3ece582d4bffcf.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kscreensaver/xsavers')
-rw-r--r--kscreensaver/xsavers/helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kscreensaver/xsavers/helpers.h b/kscreensaver/xsavers/helpers.h
index c0f8fb59..d8ba3b8c 100644
--- a/kscreensaver/xsavers/helpers.h
+++ b/kscreensaver/xsavers/helpers.h
@@ -13,7 +13,7 @@ void fixed_size(TQWidget *);
/*
* Use this to get a KConfig object that uses a reasonable config filename.
- * KGlobal::config() will use the klockrc config file.
+ * TDEGlobal::config() will use the klockrc config file.
*
* Caller must delete the object when finished.
*/