diff options
Diffstat (limited to 'kopete/plugins/smpppdcs/detector.h')
-rw-r--r-- | kopete/plugins/smpppdcs/detector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/smpppdcs/detector.h b/kopete/plugins/smpppdcs/detector.h index 1889a84f..094de9e5 100644 --- a/kopete/plugins/smpppdcs/detector.h +++ b/kopete/plugins/smpppdcs/detector.h @@ -48,7 +48,7 @@ public: */ virtual ~Detector() {} - virtual void checktqStatus() const = 0; + virtual void checkStatus() const = 0; virtual void smpppdServerChange() {} |