summaryrefslogtreecommitdiff
path: root/client/pcpviewer.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-10-13 10:30:38 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-10-13 10:30:38 +0200
commitc73d1d01ba6b57f664c21a189fa9297e2c75456a (patch)
treedf2964307e2e11aa642d0af3af798c5edf904482 /client/pcpviewer.h
parentffc19fdcd0845dbd85c2bba990c590fcc5fba670 (diff)
Finished Praxisd code. Now it works both in sync and async modes.
Diffstat (limited to 'client/pcpviewer.h')
-rw-r--r--client/pcpviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pcpviewer.h b/client/pcpviewer.h
index 5b57fd6..479b587 100644
--- a/client/pcpviewer.h
+++ b/client/pcpviewer.h
@@ -38,7 +38,7 @@ public:
PCPViewer(QString patientid);
private:
- Praxisd praxisd;
+ PraxisdSync praxisd;
QString patientid;
};