diff --git a/plugins/Nekobi/DistrhoUINekobi.hpp b/plugins/Nekobi/DistrhoUINekobi.hpp index af34e38..e74b855 100644 --- a/plugins/Nekobi/DistrhoUINekobi.hpp +++ b/plugins/Nekobi/DistrhoUINekobi.hpp @@ -25,10 +25,10 @@ #include "DistrhoArtworkNekobi.hpp" #include "NekoWidget.hpp" -using DGL::ImageAboutWindow; -using DGL::ImageButton; -using DGL::ImageKnob; -using DGL::ImageSlider; +using DGL_NAMESPACE::ImageAboutWindow; +using DGL_NAMESPACE::ImageButton; +using DGL_NAMESPACE::ImageKnob; +using DGL_NAMESPACE::ImageSlider; START_NAMESPACE_DISTRHO diff --git a/plugins/Nekobi/NekoWidget.hpp b/plugins/Nekobi/NekoWidget.hpp index 0bba0cd..0b7775e 100644 --- a/plugins/Nekobi/NekoWidget.hpp +++ b/plugins/Nekobi/NekoWidget.hpp @@ -25,7 +25,7 @@ #include // rand -using DGL::Image; +using DGL_NAMESPACE::Image; // -----------------------------------------------------------------------