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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h
index 36eb3a7..7ef9c26 100644
--- a/noncore/apps/opie-console/mainwindow.h
+++ b/noncore/apps/opie-console/mainwindow.h
@@ -19,3 +19,3 @@ class TabWidget;
class ProfileManager;
-
+class Profile;
class MainWindow : public QMainWindow {
@@ -47,2 +47,3 @@ public:
ProfileManager* manager();
+ TabWidget* tabWidget();
@@ -60,2 +61,3 @@ private:
void populateProfiles();
+ void create( const Profile& );
/**