author | zecke <zecke> | 2004-03-15 13:36:15 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-03-15 13:36:15 (UTC) |
commit | e1e38dcf2b7d3ad1ad54da6349b196fbdaf778bf (patch) (unidiff) | |
tree | 536994b50a4266fe3770cf833a7637337483f5fb /libopie2 | |
parent | 3fd713c57e921d2969e9a82796c4571185049c7a (diff) | |
download | opie-e1e38dcf2b7d3ad1ad54da6349b196fbdaf778bf.zip opie-e1e38dcf2b7d3ad1ad54da6349b196fbdaf778bf.tar.gz opie-e1e38dcf2b7d3ad1ad54da6349b196fbdaf778bf.tar.bz2 |
Fix up test case
-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 | |||
@@ -3,12 +3,13 @@ | |||
3 | #include <qpe/qpeapplication.h> | 3 | #include <qpe/qpeapplication.h> |
4 | #include <opie2/osqlmanager.h> | 4 | #include <opie2/osqlmanager.h> |
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; |
13 | man.registerPath( QDir::currentDirPath() ); | 14 | man.registerPath( QDir::currentDirPath() ); |
14 | OSQLBackEnd::ValueList list = man.queryBackEnd(); | 15 | OSQLBackEnd::ValueList list = man.queryBackEnd(); |