From 9333a4005b30aaa723447a044c9fce5a1e580317 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 12 Oct 2002 22:43:12 +0000 Subject: 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.. --- (limited to 'noncore/apps/opie-console') 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 @@ +#include +#include + #include "profile.h" -#include "qlistview.h" #include "configdialog.h" -#include "profileeditordialog.h" #include "metafactory.h" -#include "qdialog.h" +#include "profileeditordialog.h" class ConfigListItem : public QListViewItem { public: diff --git a/noncore/apps/opie-console/file_layer.cpp b/noncore/apps/opie-console/file_layer.cpp index 79caa8a..43e9c8f 100644 --- a/noncore/apps/opie-console/file_layer.cpp +++ b/noncore/apps/opie-console/file_layer.cpp @@ -1,7 +1,8 @@ -#include "file_layer.h" #include #include +#include "file_layer.h" + FileTransferLayer::FileTransferLayer(IOLayer *layer) : QObject(), m_layer( layer ) { 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 +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "io_serial.h" +#include "profile.h" +#include "profileeditorplugins.h" // Base class diff --git a/noncore/apps/opie-console/profileeditorplugins.h b/noncore/apps/opie-console/profileeditorplugins.h index 4ca780e..f576143 100644 --- a/noncore/apps/opie-console/profileeditorplugins.h +++ b/noncore/apps/opie-console/profileeditorplugins.h @@ -1,12 +1,11 @@ #ifndef PROFILE_EDITOR_PLUGINS_H #define PROFILE_EDITOR_PLUGINS_H -#include "profile.h" #include class QWidget; - +class Profile; class ProfileEditorPlugin : public QObject { Q_OBJECT -- cgit v0.9.0.2