summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
authorharlekin <harlekin>2002-10-07 18:05:43 (UTC)
committer harlekin <harlekin>2002-10-07 18:05:43 (UTC)
commitd55aa591770675008da9e3290617e463a77e4c98 (patch) (unidiff)
tree93d779cc85298545673f4d5f2ea0fcc7d4d301b7 /noncore/apps/opie-console/mainwindow.cpp
parentd25a925e70982b86539b98362ab2cd75c7883110 (diff)
downloadopie-d55aa591770675008da9e3290617e463a77e4c98.zip
opie-d55aa591770675008da9e3290617e463a77e4c98.tar.gz
opie-d55aa591770675008da9e3290617e463a77e4c98.tar.bz2
reworked config dialog gui a bit and adapted it to opie
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}