summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/datamgr.h
authorzecke <zecke>2004-10-12 00:38:29 (UTC)
committer zecke <zecke>2004-10-12 00:38:29 (UTC)
commitc4471939b0b1a187646a85c04d3290c23db78c9d (patch) (unidiff)
tree569d5408cde7f96a89ab7be339ec7256bac604ef /noncore/settings/aqpkg/datamgr.h
parent7541d90e82392e5e727d8bdc818c5ec2f7b2bd3e (diff)
downloadopie-c4471939b0b1a187646a85c04d3290c23db78c9d.zip
opie-c4471939b0b1a187646a85c04d3290c23db78c9d.tar.gz
opie-c4471939b0b1a187646a85c04d3290c23db78c9d.tar.bz2
Try harder to remove stdc++ need
-Remove using namespace std; -Remove include <iostream> -Replace std::list with QValueList
Diffstat (limited to 'noncore/settings/aqpkg/datamgr.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/aqpkg/datamgr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/noncore/settings/aqpkg/datamgr.h b/noncore/settings/aqpkg/datamgr.h
index 9f8920d..5a79267 100644
--- a/noncore/settings/aqpkg/datamgr.h
+++ b/noncore/settings/aqpkg/datamgr.h
@@ -30,9 +30,6 @@
30#ifndef DATAMGR_H 30#ifndef DATAMGR_H
31#define DATAMGR_H 31#define DATAMGR_H
32 32
33#include <map>
34using namespace std;
35
36#include <qlist.h> 33#include <qlist.h>
37#include <qobject.h> 34#include <qobject.h>
38#include <qstring.h> 35#include <qstring.h>