]> vaikene.ee Git - evaf/blobdiff - src/apps/PswGen/GUI/gui.cpp
Minor change to make the file more similar to other PswGen application modules.
[evaf] / src / apps / PswGen / GUI / gui.cpp
index 50eaca11a541c2acb0a89ec8d7e832cc24156320..f29c4aee6b7620e88ad003474ff4cdbe4ca5bbd6 100644 (file)
 #include <QtGui>
 
 
-using namespace eVaf;
-
 VER_EXPORT_VERSION_INFO()
-Q_EXPORT_PLUGIN2(VER_MODULE_NAME_STR, PswGen::GUI::Module)
+Q_EXPORT_PLUGIN2(VER_MODULE_NAME_STR, eVaf::PswGen::GUI::Module)
 
 
 //-------------------------------------------------------------------
 
+using namespace eVaf;
 using namespace eVaf::PswGen::GUI;
 
 int const Module::DefaultPasswordLength = 16;