summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp
index dce08ca..31f1138 100644
--- a/noncore/apps/opie-console/mainwindow.cpp
+++ b/noncore/apps/opie-console/mainwindow.cpp
@@ -15,7 +15,7 @@ MainWindow::MainWindow() {
15 m_factory = new MetaFactory(); 15 m_factory = new MetaFactory();
16 m_sessions.setAutoDelete( TRUE ); 16 m_sessions.setAutoDelete( TRUE );
17 m_curSession = 0; 17 m_curSession = 0;
18 m_manager = new ProfileManager(m_factory); 18 m_manager = new ProfileManager( m_factory );
19 m_manager->load(); 19 m_manager->load();
20 20
21 initUI(); 21 initUI();
@@ -96,8 +96,8 @@ void MainWindow::initUI() {
96 /* 96 /*
97 * connect to the menu activation 97 * connect to the menu activation
98 */ 98 */
99 connect( m_sessionsPop, SIGNAL(activated(int) ), 99 connect( m_sessionsPop, SIGNAL(activated( int ) ),
100 this, SLOT(slotProfile(int) ) ); 100 this, SLOT(slotProfile( int ) ) );
101 101
102 m_consoleWindow = new TabWidget( this, "blah"); 102 m_consoleWindow = new TabWidget( this, "blah");
103 setCentralWidget( m_consoleWindow ); 103 setCentralWidget( m_consoleWindow );
@@ -168,9 +168,9 @@ void MainWindow::slotConfigure() {
168} 168}
169 169
170void MainWindow::slotClose() { 170void MainWindow::slotClose() {
171
172} 171}
173 172
174void MainWindow::slotProfile(int) { 173void MainWindow::slotProfile( int ) {
174
175 175
176} 176}