diff options
Diffstat (limited to 'client/pcpviewer')
-rw-r--r-- | client/pcpviewer/pcpviewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pcpviewer/pcpviewer.cc b/client/pcpviewer/pcpviewer.cc index ea59edb..33ebeec 100644 --- a/client/pcpviewer/pcpviewer.cc +++ b/client/pcpviewer/pcpviewer.cc @@ -40,7 +40,7 @@ #include <QSplitter> #include <QSettings> -PCPViewer::PCPViewer(QString patientid) : praxisd("sarge", 10000) +PCPViewer::PCPViewer(QString patientid) : praxisd("praxisd.j.auh.dk", 10000) { setWindowTitle(tr("Pracro Patient View")); setWindowIcon(QIcon(":/icons/icon.png")); |