diff options
Diffstat (limited to 'kopete/plugins/smpppdcs/detectornetstat.h')
-rw-r--r-- | kopete/plugins/smpppdcs/detectornetstat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/smpppdcs/detectornetstat.h b/kopete/plugins/smpppdcs/detectornetstat.h index bd41ae58..1f6d1161 100644 --- a/kopete/plugins/smpppdcs/detectornetstat.h +++ b/kopete/plugins/smpppdcs/detectornetstat.h @@ -29,6 +29,7 @@ class IConnector; */ class DetectorNetstat : protected TQObject, public Detector { Q_OBJECT + TQ_OBJECT DetectorNetstat(const DetectorNetstat&); DetectorNetstat& operator=(const DetectorNetstat&); @@ -37,7 +38,7 @@ public: DetectorNetstat(IConnector* connector); virtual ~DetectorNetstat(); - virtual void checkStatus() const; + virtual void checktqStatus() const; private slots: // Original cs-plugin code |