diff options
Diffstat (limited to 'src/dbusInterface.cpp')
-rw-r--r-- | src/dbusInterface.cpp | 4 |
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) |