diff options
Diffstat (limited to 'backend-shared/plannershared.h')
-rw-r--r-- | backend-shared/plannershared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend-shared/plannershared.h b/backend-shared/plannershared.h index d3e9f9fe4..1368a6782 100644 --- a/backend-shared/plannershared.h +++ b/backend-shared/plannershared.h @@ -12,7 +12,7 @@ // The mobile diveplanner shows all diveplans, but the editing functionality is // limited to keep the UI simpler. -class plannerShared: public QObject { +class PlannerShared: public QObject { Q_OBJECT public: |