diff options
Diffstat (limited to 'sysinfowatchlet/sysinfoplugin.cpp')
-rw-r--r-- | sysinfowatchlet/sysinfoplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysinfowatchlet/sysinfoplugin.cpp b/sysinfowatchlet/sysinfoplugin.cpp index fc862c0..f24b23e 100644 --- a/sysinfowatchlet/sysinfoplugin.cpp +++ b/sysinfowatchlet/sysinfoplugin.cpp @@ -19,7 +19,7 @@ QStringList SysInfoPlugin::watchlets() return l; } -Watchlet* SysInfoPlugin::getWatchlet(const QString& driver, QSettings& settings, WatchServer *server) +Watchlet* SysInfoPlugin::getWatchlet(const QString& driver, ConfigKey *settings, WatchServer *server) { Q_UNUSED(driver); Q_UNUSED(settings); |