]> vaikene.ee Git - evaf/commitdiff
Minor change to make the file more similar to other PswGen application modules.
authorEnar Väikene <enar@vaikene.net>
Mon, 26 Sep 2011 10:17:26 +0000 (13:17 +0300)
committerEnar Väikene <enar@vaikene.net>
Mon, 26 Sep 2011 10:17:26 +0000 (13:17 +0300)
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;