diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-10-31 21:02:16 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-02 12:52:15 -0800 |
commit | ff57881265a305fe06691b065bc3f0efae88e6b3 (patch) | |
tree | 517a07b28aea6446ac904344aeb1b5cd54f4d72f /profile-widget/diveprofileitem.cpp | |
parent | 8a3fb854c2b835271cc03ea02e1046f2ec0fd5d5 (diff) | |
download | subsurface-ff57881265a305fe06691b065bc3f0efae88e6b3.tar.gz |
Preferences: Remove the old dialog and use the new one
The new preferences dialog still needs a bit of fine tuning
but should already work.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/diveprofileitem.cpp')
-rw-r--r-- | profile-widget/diveprofileitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/diveprofileitem.cpp b/profile-widget/diveprofileitem.cpp index 7cdccee32..14efa9123 100644 --- a/profile-widget/diveprofileitem.cpp +++ b/profile-widget/diveprofileitem.cpp @@ -5,7 +5,7 @@ #include "animationfunctions.h" #include "dive.h" #include "profile.h" -#include "preferences.h" +#include "preferences/preferencesdialog.h" #include "diveplannermodel.h" #include "helpers.h" #include "libdivecomputer/parser.h" |