X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Fkernel%2Foptions.h;h=cc73b04b9214034e7a733b67c311e95b2ae1775b;hb=3a3287b8425c355dbb54fffe6b546367ce32c8ac;hp=e574b0805d537eccf77b02274ee9ff79cb1c2da3;hpb=595f80b4f2420ff252f137cacb22a7d4b6f0850d;p=vlp.git diff --git a/src/kernel/options.h b/src/kernel/options.h index e574b08..cc73b04 100644 --- a/src/kernel/options.h +++ b/src/kernel/options.h @@ -3,7 +3,10 @@ #include -#include "optionsdialog.h" +#include "ui/optionsdialog.h" + +namespace loglan { +namespace vlp { /** * Options Dialog class @@ -27,4 +30,7 @@ private slots: void on_delConnectionButton_clicked(); }; +} +} + #endif /* _VLP_KERNEL_OPTIONS_H */