diff options
Diffstat (limited to 'ksim/monitors/snmp/view.h')
-rw-r--r-- | ksim/monitors/snmp/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/monitors/snmp/view.h b/ksim/monitors/snmp/view.h index af27e23..a87af87 100644 --- a/ksim/monitors/snmp/view.h +++ b/ksim/monitors/snmp/view.h @@ -37,7 +37,7 @@ class View : public KSim::PluginView Q_OBJECT TQ_OBJECT public: - View( Plugin *tqparent, const char *name ); + View( Plugin *parent, const char *name ); ~View(); virtual void reparseConfig(); |