summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h
index b6a8419..be4b469 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -18,2 +18,3 @@ class MetaFactory;
+class ProfileManager;
class MainWindow : public QMainWindow {
@@ -41,2 +42,7 @@ public:
+ /**
+ *
+ */
+ ProfileManager* manager();
+
private slots:
@@ -47,2 +53,4 @@ private slots:
void slotConfigure();
+ void slotClose();
+ void slotProfile(int);
@@ -50,2 +58,3 @@ private:
void initUI();
+ void populateProfiles();
/**
@@ -64,2 +73,3 @@ private:
MetaFactory* m_factory;
+ ProfileManager* m_manager;