diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-14 19:31:37 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-14 19:31:37 -0500 |
commit | 933e53832eeb45c6f660dcf46bed5dc68aaf24c2 (patch) | |
tree | 532a8a0d9b144be6e26b587904578cd3253a126f /src/dbusInterface.h | |
parent | e49bd16b78beb8f75a079916b6d4e8d2ce457c58 (diff) | |
download | tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.tar.gz tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.zip |
Update references from kpowersave to tdepowersave.
Diffstat (limited to 'src/dbusInterface.h')
-rw-r--r-- | src/dbusInterface.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dbusInterface.h b/src/dbusInterface.h index 3e9ca94..f5afbd3 100644 --- a/src/dbusInterface.h +++ b/src/dbusInterface.h @@ -48,8 +48,8 @@ #include <dbus/message.h> #include <dbus/connection.h> -// kpowersave - Header -#include "kpowersave_debug.h" +// tdepowersave - Header +#include "tdepowersave_debug.h" #define CK_SERVICE "org.freedesktop.ConsoleKit" #define CK_MANAGER_IFACE "org.freedesktop.ConsoleKit.Manager" @@ -77,7 +77,7 @@ private: //! real connection to D-Bus DBusConnection *dbus_connection; - //! to store information if KPowersave is connected to D-Bus + //! to store information if TDEPowersave is connected to D-Bus /*! * This boolean represent information about the state of the connection to D-Bus * \li true: if connected @@ -87,7 +87,7 @@ private: //! if we could claim the org.freedesktop.Policy.Power interface /*! - * This boolean represent information if KPowersave could claim the + * This boolean represent information if TDEPowersave could claim the * org.freedesktop.Policy.Power interface from the D-Bus * \li true: if acquired * \li false: if not @@ -122,7 +122,7 @@ public: bool isPolicyPowerIfaceOwned(); // --- helper to get private members of the class --- // - //! to get information if KPowersave is connected to D-Bus + //! to get information if TDEPowersave is connected to D-Bus bool isConnectedToDBUS(); //! to get info about claim org.freedesktop.Policy.Power interface bool acquiredPolicyPowerInterface(); |