author | clem <clem> | 2004-08-03 21:55:13 (UTC) |
---|---|---|
committer | clem <clem> | 2004-08-03 21:55:13 (UTC) |
commit | a8c2061afb4f794c8a4e4d04e63f342b2501365d (patch) (side-by-side diff) | |
tree | dd21fd3cba8989d2d11994882718d592d89a035c | |
parent | 32b0fb671e9c2f8b1e233081018fe29b50e04004 (diff) | |
download | opie-a8c2061afb4f794c8a4e4d04e63f342b2501365d.zip opie-a8c2061afb4f794c8a4e4d04e63f342b2501365d.tar.gz opie-a8c2061afb4f794c8a4e4d04e63f342b2501365d.tar.bz2 |
fixed include
-rw-r--r-- | core/settings/security/demo/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/settings/security/demo/main.cpp b/core/settings/security/demo/main.cpp index df91250..d853872 100644 --- a/core/settings/security/demo/main.cpp +++ b/core/settings/security/demo/main.cpp @@ -1,14 +1,13 @@ -#include <opie2/multiauthmainwindow.h> -#include <opie2/multiauthcommon.h> +#include <opie2/multiauthpassword.h> #include <opie2/oapplication.h> /// main() function of the opie-multiauth-standalone demonstration application /** * Calls each plugin one after the other, and asks them to perform one authentication. * It loads the plugins one after another through the MultiauthPluginInterface, * then calls MultiauthPluginObject::authenticate(). * \em Note: calls are not parsed by doxygen since they are done via a QInterfacePtr: * \see http://dudu.dyn.2-h.org/nist/doxydoc/allOpie//classQInterfacePtr.html */ int main( int argc, char ** argv ) |