-rw-r--r-- | libopie2/examples/opiedb/sqltest/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie2/examples/opiedb/sqltest/main.cpp b/libopie2/examples/opiedb/sqltest/main.cpp index 2ecbf76..adca5fd 100644 --- a/libopie2/examples/opiedb/sqltest/main.cpp +++ b/libopie2/examples/opiedb/sqltest/main.cpp | |||
@@ -5,8 +5,9 @@ | |||
5 | #include <opie2/osqlquery.h> | 5 | #include <opie2/osqlquery.h> |
6 | #include <opie2/osqldriver.h> | 6 | #include <opie2/osqldriver.h> |
7 | #include <opie2/osqlresult.h> | 7 | #include <opie2/osqlresult.h> |
8 | 8 | ||
9 | using namespace Opie::DB; | ||
9 | int main( int argc, char* argv[] ) { | 10 | int main( int argc, char* argv[] ) { |
10 | 11 | ||
11 | QPEApplication app( argc, argv ); | 12 | QPEApplication app( argc, argv ); |
12 | OSQLManager man; | 13 | OSQLManager man; |