summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileeditorplugins.cpp
authorzecke <zecke>2002-10-12 22:43:12 (UTC)
committer zecke <zecke>2002-10-12 22:43:12 (UTC)
commit9333a4005b30aaa723447a044c9fce5a1e580317 (patch) (side-by-side diff)
tree275ed089a65fd0f38918b812e0b1f68a1f78f980 /noncore/apps/opie-console/profileeditorplugins.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/profileeditorplugins.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profileeditorplugins.cpp25
1 files changed, 12 insertions, 13 deletions
diff --git a/noncore/apps/opie-console/profileeditorplugins.cpp b/noncore/apps/opie-console/profileeditorplugins.cpp
index 937516c..45b2148 100644
--- a/noncore/apps/opie-console/profileeditorplugins.cpp
+++ b/noncore/apps/opie-console/profileeditorplugins.cpp
@@ -1,19 +1,18 @@
-#include "profileeditorplugins.h"
-#include "profile.h"
-
-#include "qframe.h"
-#include "qlabel.h"
-#include "qlineedit.h"
-#include "qlayout.h"
-#include "qcombobox.h"
-#include "qradiobutton.h"
-#include "qcheckbox.h"
-#include "qbuttongroup.h"
-#include "qhgroupbox.h"
-#include "qvbox.h"
+#include <qframe.h>
+#include <qlabel.h>
+#include <qlineedit.h>
+#include <qlayout.h>
+#include <qcombobox.h>
+#include <qradiobutton.h>
+#include <qcheckbox.h>
+#include <qbuttongroup.h>
+#include <qhgroupbox.h>
+#include <qvbox.h>
#include "io_serial.h"
+#include "profile.h"
+#include "profileeditorplugins.h"
// Base class