summaryrefslogtreecommitdiff
path: root/core/settings
authorclem <clem>2004-08-03 21:55:13 (UTC)
committer clem <clem>2004-08-03 21:55:13 (UTC)
commita8c2061afb4f794c8a4e4d04e63f342b2501365d (patch) (unidiff)
treedd21fd3cba8989d2d11994882718d592d89a035c /core/settings
parent32b0fb671e9c2f8b1e233081018fe29b50e04004 (diff)
downloadopie-a8c2061afb4f794c8a4e4d04e63f342b2501365d.zip
opie-a8c2061afb4f794c8a4e4d04e63f342b2501365d.tar.gz
opie-a8c2061afb4f794c8a4e4d04e63f342b2501365d.tar.bz2
fixed include
Diffstat (limited to 'core/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/security/demo/main.cpp3
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 @@
1#include <opie2/multiauthmainwindow.h> 1#include <opie2/multiauthpassword.h>
2#include <opie2/multiauthcommon.h>
3 2
4#include <opie2/oapplication.h> 3#include <opie2/oapplication.h>
5 4
6/// main() function of the opie-multiauth-standalone demonstration application 5/// main() function of the opie-multiauth-standalone demonstration application
7/** 6/**
8 * Calls each plugin one after the other, and asks them to perform one authentication. 7 * Calls each plugin one after the other, and asks them to perform one authentication.
9 * It loads the plugins one after another through the MultiauthPluginInterface, 8 * It loads the plugins one after another through the MultiauthPluginInterface,
10 * then calls MultiauthPluginObject::authenticate(). 9 * then calls MultiauthPluginObject::authenticate().
11 * \em Note: calls are not parsed by doxygen since they are done via a QInterfacePtr: 10 * \em Note: calls are not parsed by doxygen since they are done via a QInterfacePtr:
12 * \see http://dudu.dyn.2-h.org/nist/doxydoc/allOpie//classQInterfacePtr.html 11 * \see http://dudu.dyn.2-h.org/nist/doxydoc/allOpie//classQInterfacePtr.html
13 */ 12 */
14int main( int argc, char ** argv ) 13int main( int argc, char ** argv )