summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_layer.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/io_layer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/io_layer.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/noncore/apps/opie-console/io_layer.h b/noncore/apps/opie-console/io_layer.h
index c8f41d7..537c851 100644
--- a/noncore/apps/opie-console/io_layer.h
+++ b/noncore/apps/opie-console/io_layer.h
@@ -4,3 +4,3 @@
#include <qobject.h>
-
+#include <qpe/config.h>
@@ -31,3 +31,4 @@ public:
* create an IOLayer instance from a config file
- * can be used by session managemnt/profiles
+ * the currently set group stores the profile/session
+ * information
*/
@@ -39,2 +40,12 @@ public:
virtual ~IOLayer();
+
+ /**
+ * a small internal identifier
+ */
+ virtual QString identifier() const = 0;
+
+ /**
+ * a short name
+ */
+ virtual QString name() const = 0;
signals:
@@ -72,13 +83,2 @@ public slots:
virtual void reload( const Config& ) = 0;
-
- /**
- * a small internal identifier
- */
- virtual QString identifier()const = 0;
-
- /**
- * a short name
- */
- virtual QString name()const = 0;
-
};