summaryrefslogtreecommitdiff
path: root/src/up-main.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-18 13:48:15 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-18 13:48:15 +0000
commit3e8e98f59839eef641028b275cee2b765ac9da86 (patch)
treedfcc628ceba4f6ed15a93a9c04caf35245cf9caa /src/up-main.c
parent777cfe18a6f5d1e414e695631e68341cbfc5b9cf (diff)
trivial: DkpWakeups -> UpWakeups (no ABI or API break)
Diffstat (limited to 'src/up-main.c')
-rw-r--r--src/up-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/up-main.c b/src/up-main.c
index e28308d..bd9d805 100644
--- a/src/up-main.c
+++ b/src/up-main.c
@@ -125,7 +125,7 @@ main (gint argc, gchar **argv)
GError *error = NULL;
UpDaemon *daemon = NULL;
UpQos *qos = NULL;
- DkpWakeups *wakeups = NULL;
+ UpWakeups *wakeups = NULL;
GOptionContext *context;
DBusGProxy *bus_proxy;
DBusGConnection *bus;
@@ -181,7 +181,7 @@ main (gint argc, gchar **argv)
egg_debug ("Starting devkit-power-daemon version %s", PACKAGE_VERSION);
qos = up_qos_new ();
- wakeups = dkp_wakeups_new ();
+ wakeups = up_wakeups_new ();
daemon = up_daemon_new ();
loop = g_main_loop_new (NULL, FALSE);
ret = up_daemon_startup (daemon);