summaryrefslogtreecommitdiff
path: root/libopie2/opiedb/osqlerror.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiedb/osqlerror.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiedb/osqlerror.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libopie2/opiedb/osqlerror.h b/libopie2/opiedb/osqlerror.h
index 35a4368..8fa973d 100644
--- a/libopie2/opiedb/osqlerror.h
+++ b/libopie2/opiedb/osqlerror.h
@@ -4,6 +4,9 @@
#include <qstring.h>
#include <qvaluelist.h>
+
+namespace Opie {
+namespace DB {
/**
* OSQLError is the base class of all errors
*/
@@ -56,4 +59,6 @@ private:
OSQLErrorPrivate* d;
};
+}
+}
#endif