summaryrefslogtreecommitdiff
path: root/testwatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'testwatchlet.h')
-rw-r--r--testwatchlet.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/testwatchlet.h b/testwatchlet.h
index 75568ca..caa68da 100644
--- a/testwatchlet.h
+++ b/testwatchlet.h
@@ -13,15 +13,10 @@ class TestWatchlet : public Watchlet
public:
explicit TestWatchlet(WatchServer* server);
- void activate();
- void deactivate();
-
-signals:
-
-public slots:
-
protected slots:
void interv();
+ void handleActivated();
+ void handleDeactivated();
private:
QTimer *_timer;