summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/configdialog.cpp
authorzecke <zecke>2002-10-12 22:43:12 (UTC)
committer zecke <zecke>2002-10-12 22:43:12 (UTC)
commit9333a4005b30aaa723447a044c9fce5a1e580317 (patch) (unidiff)
tree275ed089a65fd0f38918b812e0b1f68a1f78f980 /noncore/apps/opie-console/configdialog.cpp
parent97dc4008b5194ec0aa131fcf9b8753a61fe6fb74 (diff)
downloadopie-9333a4005b30aaa723447a044c9fce5a1e580317.zip
opie-9333a4005b30aaa723447a044c9fce5a1e580317.tar.gz
opie-9333a4005b30aaa723447a044c9fce5a1e580317.tar.bz2
Header file clean up
use <> for global header "" for local 1. system header 2. Qt header 3. QPE Header 4. Opie Header 5. local header 6. the class declaration..
Diffstat (limited to 'noncore/apps/opie-console/configdialog.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/configdialog.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/noncore/apps/opie-console/configdialog.cpp b/noncore/apps/opie-console/configdialog.cpp
index 50512b6..8745305 100644
--- a/noncore/apps/opie-console/configdialog.cpp
+++ b/noncore/apps/opie-console/configdialog.cpp
@@ -1,10 +1,11 @@
1#include <qdialog.h>
2#include <qlistview.h>
3
1 4
2#include "profile.h" 5#include "profile.h"
3#include "qlistview.h"
4#include "configdialog.h" 6#include "configdialog.h"
5#include "profileeditordialog.h"
6#include "metafactory.h" 7#include "metafactory.h"
7#include "qdialog.h" 8#include "profileeditordialog.h"
8 9
9class ConfigListItem : public QListViewItem { 10class ConfigListItem : public QListViewItem {
10public: 11public: