diff options
Diffstat (limited to 'ksim/monitors/filesystem/ksimfsystem.h')
-rw-r--r-- | ksim/monitors/filesystem/ksimfsystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/monitors/filesystem/ksimfsystem.h b/ksim/monitors/filesystem/ksimfsystem.h index cf8dc9e..a9eefc6 100644 --- a/ksim/monitors/filesystem/ksimfsystem.h +++ b/ksim/monitors/filesystem/ksimfsystem.h @@ -53,7 +53,7 @@ class Fsystem : public KSim::PluginView, public FsystemIface /** * construtor of Fsystem, calls all init functions to create the plugin. */ - Fsystem(KSim::PluginObject *tqparent, const char *name); + Fsystem(KSim::PluginObject *parent, const char *name); ~Fsystem(); virtual void reparseConfig(); |