diff options
Diffstat (limited to 'sysinfowatchlet/sysinfoplugin.h')
-rw-r--r-- | sysinfowatchlet/sysinfoplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysinfowatchlet/sysinfoplugin.h b/sysinfowatchlet/sysinfoplugin.h index 4e24b9e..b341614 100644 --- a/sysinfowatchlet/sysinfoplugin.h +++ b/sysinfowatchlet/sysinfoplugin.h @@ -16,7 +16,7 @@ public: ~SysInfoPlugin(); QStringList watchlets(); - Watchlet* getWatchlet(const QString& driver, QSettings& settings, WatchServer* server); + Watchlet* getWatchlet(const QString& driver, ConfigKey *settings, WatchServer* server); }; } |