summaryrefslogtreecommitdiffstats
path: root/tdecore/kapplication.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/kapplication.h
parent07c48c43ff72c237e4028154f4594102b798073f (diff)
downloadtdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.tar.gz
tdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kapplication.h')
-rw-r--r--tdecore/kapplication.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdecore/kapplication.h b/tdecore/kapplication.h
index 49abf1202..f472e3351 100644
--- a/tdecore/kapplication.h
+++ b/tdecore/kapplication.h
@@ -662,7 +662,7 @@ public slots:
/**
* Broadcast a received keycode to all listening KDE applications
* The primary use for this feature is to connect hotkeys such as
- * XF86Display to their respective KGlobalAccel functions while
+ * XF86Display to their respective TDEGlobalAccel functions while
* the screen is locked by kdesktop_lock.
*/
void broadcastKeyCode(unsigned int keyCode);
@@ -1450,8 +1450,8 @@ signals:
void backgroundChanged(int desk);
/**
- * Emitted when the global settings have been changed - see KGlobalSettings
- * TDEApplication takes care of calling reparseConfiguration on KGlobal::config()
+ * Emitted when the global settings have been changed - see TDEGlobalSettings
+ * TDEApplication takes care of calling reparseConfiguration on TDEGlobal::config()
* so that applications/classes using this only have to re-read the configuration
* @param category the category among the enum above
*/
@@ -1522,7 +1522,7 @@ signals:
/**
* @internal
- * Used to send KGlobalAccel objects a new keypress from physical hotkeys.
+ * Used to send TDEGlobalAccel objects a new keypress from physical hotkeys.
*/
void coreFakeKeyPress(unsigned int keyCode);
@@ -1546,7 +1546,7 @@ private:
/**
- * \relates KGlobal
+ * \relates TDEGlobal
* Check, if a file may be accessed in a given mode.
* This is a wrapper around the access() system call.
* checkAccess() calls access() with the given parameters.