summaryrefslogtreecommitdiff
path: root/qorgwatchlet/qorgwatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'qorgwatchlet/qorgwatchlet.h')
-rw-r--r--qorgwatchlet/qorgwatchlet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qorgwatchlet/qorgwatchlet.h b/qorgwatchlet/qorgwatchlet.h
index 1c0f28e..517c4b3 100644
--- a/qorgwatchlet/qorgwatchlet.h
+++ b/qorgwatchlet/qorgwatchlet.h
@@ -10,7 +10,7 @@ class QOrgWatchlet : public DeclarativeWatchlet
{
Q_OBJECT
public:
- explicit QOrgWatchlet(WatchServer* server);
+ explicit QOrgWatchlet(Watch* watch);
};
}