diff options
Diffstat (limited to 'commands/command_base.cpp')
-rw-r--r-- | commands/command_base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/command_base.cpp b/commands/command_base.cpp index bef9da09c..edfc97bf3 100644 --- a/commands/command_base.cpp +++ b/commands/command_base.cpp @@ -2,7 +2,7 @@ #include "command_base.h" #include "core/qthelper.h" // for updateWindowTitle() -#include "core/subsurface-qt/DiveListNotifier.h" +#include "core/subsurface-qt/divelistnotifier.h" namespace Command { |