summaryrefslogtreecommitdiffstats
path: root/src/dbusInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbusInterface.h')
-rw-r--r--src/dbusInterface.h10
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();