summaryrefslogtreecommitdiff
path: root/libopie2/opiedb/osqlmanager.cpp
Unidiff
Diffstat (limited to 'libopie2/opiedb/osqlmanager.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiedb/osqlmanager.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/libopie2/opiedb/osqlmanager.cpp b/libopie2/opiedb/osqlmanager.cpp
index f093766..c472f6b 100644
--- a/libopie2/opiedb/osqlmanager.cpp
+++ b/libopie2/opiedb/osqlmanager.cpp
@@ -1,4 +1 @@
1
2#include <stdlib.h>
3
4#include "osqlmanager.h" #include "osqlmanager.h"
@@ -7,2 +4,4 @@
7 4
5
6
8namespace Opie { 7namespace Opie {
@@ -15,3 +14,2 @@ OSQLBackEnd::ValueList OSQLManager::queryBackEnd() {
15 QString opie = QString::fromLatin1( getenv("OPIEDIR") ); 14 QString opie = QString::fromLatin1( getenv("OPIEDIR") );
16 QString qpe = QString::fromLatin1( getenv("QPEDIR") );
17 15
@@ -19,4 +17,3 @@ OSQLBackEnd::ValueList OSQLManager::queryBackEnd() {
19 m_path << opie; 17 m_path << opie;
20 if ( !m_path.contains(qpe) && !qpe.isEmpty() ) 18
21 m_path << qpe;
22 19