summaryrefslogtreecommitdiffstats
path: root/src/dbusInterface.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-07-14 19:31:37 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-07-14 19:31:37 -0500
commit933e53832eeb45c6f660dcf46bed5dc68aaf24c2 (patch)
tree532a8a0d9b144be6e26b587904578cd3253a126f /src/dbusInterface.cpp
parente49bd16b78beb8f75a079916b6d4e8d2ce457c58 (diff)
downloadtdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.tar.gz
tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.zip
Update references from kpowersave to tdepowersave.
Diffstat (limited to 'src/dbusInterface.cpp')
-rw-r--r--src/dbusInterface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbusInterface.cpp b/src/dbusInterface.cpp
index 82cffd6..19e4bc3 100644
--- a/src/dbusInterface.cpp
+++ b/src/dbusInterface.cpp
@@ -488,7 +488,7 @@ out:
/* ---> PolicyKit method call section :: END <--- */
/*!
- * Use this TQT_SLOT to emit a reviced messages to the kpowersave.
+ * Use this TQT_SLOT to emit a reviced messages to the tdepowersave.
* NOTE: Because of the filter function this need to be a public function.
* Don't use this function in any other place than this class.
* \param type enum with the type of the message
@@ -515,7 +515,7 @@ void dbusInterface::emitMsgReceived( msg_type type, TQString message, TQString s
/*!
* This function is needed filter function for the D-Bus connection to filter
- * all needed messages from the bus which are needful for KPowersave.
+ * all needed messages from the bus which are needful for TDEPowersave.
* \param connection existing connection to the D-Bus daemon
* \param message the recieved message from the D-Bus daemon
* \param data void pointer (see dbus bindings for more information)