summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/categoryfilterimpl.cpp
authorzecke <zecke>2004-10-12 00:38:29 (UTC)
committer zecke <zecke>2004-10-12 00:38:29 (UTC)
commitc4471939b0b1a187646a85c04d3290c23db78c9d (patch) (side-by-side diff)
tree569d5408cde7f96a89ab7be339ec7256bac604ef /noncore/settings/aqpkg/categoryfilterimpl.cpp
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/categoryfilterimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/categoryfilterimpl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/noncore/settings/aqpkg/categoryfilterimpl.cpp b/noncore/settings/aqpkg/categoryfilterimpl.cpp
index 217d2c9..bb0af77 100644
--- a/noncore/settings/aqpkg/categoryfilterimpl.cpp
+++ b/noncore/settings/aqpkg/categoryfilterimpl.cpp
@@ -35,16 +35,12 @@
/* QT */
#include <qgroupbox.h>
#include <qlayout.h>
#include <qlistbox.h>
#include <qstring.h>
-/* STD */
-#include <iostream>
-using namespace std;
-
CategoryFilterImpl :: CategoryFilterImpl(const QString &categories, const QString &selectedCategories, QWidget *parent, const char *name )
: QDialog( parent, name, true )
{
setCaption( tr( "Category Filter" ) );