diff options
Diffstat (limited to 'sysinfowatchlet/sysinfowatchlet.h')
-rw-r--r-- | sysinfowatchlet/sysinfowatchlet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysinfowatchlet/sysinfowatchlet.h b/sysinfowatchlet/sysinfowatchlet.h index 9ef3d7f..fe4f96f 100644 --- a/sysinfowatchlet/sysinfowatchlet.h +++ b/sysinfowatchlet/sysinfowatchlet.h @@ -14,7 +14,7 @@ class SysInfoWatchlet : public DeclarativeWatchlet { Q_OBJECT public: - explicit SysInfoWatchlet(WatchServer* server); + explicit SysInfoWatchlet(Watch* watch); private slots: void handleActivated(); |