summaryrefslogtreecommitdiffstats
path: root/tdecore/kaccel.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:47:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:47:22 -0600
commit28edc0aa2ab09297288186f5bc15765eb7be58c0 (patch)
tree7b7a01768b3781763186c825af21bb14717d2c32 /tdecore/kaccel.h
parent07c48c43ff72c237e4028154f4594102b798073f (diff)
downloadtdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.tar.gz
tdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kaccel.h')
-rw-r--r--tdecore/kaccel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kaccel.h b/tdecore/kaccel.h
index 7f24a5e73..a54c6bd2e 100644
--- a/tdecore/kaccel.h
+++ b/tdecore/kaccel.h
@@ -51,7 +51,7 @@ class KAccelPrivate;
* has precedence over any KAccel objects created before it.
* When a shortcut pressed, KAccel calls the slot to which it has been
* connected. If you want to set global accelerators, independent of the window
- * which has the focus, use KGlobalAccel.
+ * which has the focus, use TDEGlobalAccel.
*
* Reconfiguration of a given shortcut can be prevented by specifying
* that an accelerator item is not configurable when it is inserted. A special
@@ -84,7 +84,7 @@ class KAccelPrivate;
* \endcode
*
* @short Configurable shortcut support for widgets.
- * @see KGlobalAccel
+ * @see TDEGlobalAccel
* @see KAccelShortcutList
* @see KKeyChooser
* @see KKeyDialog
@@ -281,7 +281,7 @@ class TDECORE_EXPORT KAccel : public TQAccel
/**
* Read all shortcuts from @p pConfig, or (if @p pConfig
* is zero) from the application's configuration file
- * KGlobal::config().
+ * TDEGlobal::config().
*
* The group in which the configuration is stored can be
* set with setConfigGroup().