diff options
Diffstat (limited to 'sysinfowatchlet')
| -rw-r--r-- | sysinfowatchlet/sysinfoplugin.cpp | 2 | ||||
| -rw-r--r-- | sysinfowatchlet/sysinfoplugin.h | 2 | 
2 files changed, 2 insertions, 2 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); 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);  };  }  | 
