summaryrefslogtreecommitdiff
path: root/testwatchlet.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-16 20:51:27 +0200
committerJavier <javier@pcjavier.(none)>2011-09-16 20:51:27 +0200
commitb6060852c4b317cd73043cdc82b652d187d952fd (patch)
treea5795eb33379e7172cd16962c131b8bac8db16da /testwatchlet.h
parentaa1c0fd3146b4ed055d181c99d52463afa6bedbb (diff)
downloadsowatch-b6060852c4b317cd73043cdc82b652d187d952fd.tar.gz
sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.zip
Fixing some bugs in damage tracking on real N950
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;