summaryrefslogtreecommitdiff
path: root/client/pcpviewer.h
diff options
context:
space:
mode:
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;
};