X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=inline;f=src%2Fkernel%2Foptions.h;fp=src%2Fkernel%2Foptions.h;h=cc73b04b9214034e7a733b67c311e95b2ae1775b;hb=3a3287b8425c355dbb54fffe6b546367ce32c8ac;hp=ecb73e317e0e505d58de1ab185f32820be2c85ee;hpb=cec0990bb3507f23b196891002cd25f80e8bbb40;p=vlp.git diff --git a/src/kernel/options.h b/src/kernel/options.h index ecb73e3..cc73b04 100644 --- a/src/kernel/options.h +++ b/src/kernel/options.h @@ -5,6 +5,9 @@ #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 */