summaryrefslogtreecommitdiff
path: root/notificationswatchlet/notificationswatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'notificationswatchlet/notificationswatchlet.h')
-rw-r--r--notificationswatchlet/notificationswatchlet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/notificationswatchlet/notificationswatchlet.h b/notificationswatchlet/notificationswatchlet.h
index fe49f97..78df1f6 100644
--- a/notificationswatchlet/notificationswatchlet.h
+++ b/notificationswatchlet/notificationswatchlet.h
@@ -10,7 +10,7 @@ class NotificationsWatchlet : public DeclarativeWatchlet
{
Q_OBJECT
public:
- explicit NotificationsWatchlet(WatchServer* server);
+ explicit NotificationsWatchlet(Watch* watch);
};
}