-rw-r--r-- | noncore/apps/opie-console/mainwindow.h | 2 | ||||
-rw-r--r-- | noncore/apps/opie-console/opie-console.control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/mainwindow.h b/noncore/apps/opie-console/mainwindow.h index b1f175a..db07f5a 100644 --- a/noncore/apps/opie-console/mainwindow.h +++ b/noncore/apps/opie-console/mainwindow.h | |||
@@ -7,49 +7,49 @@ | |||
7 | #include "session.h" | 7 | #include "session.h" |
8 | 8 | ||
9 | /** | 9 | /** |
10 | * this is the MainWindow of the new opie console | 10 | * this is the MainWindow of the new opie console |
11 | * it's also the dispatcher between the different | 11 | * it's also the dispatcher between the different |
12 | * actions supported by the gui | 12 | * actions supported by the gui |
13 | */ | 13 | */ |
14 | class QToolBar; | 14 | class QToolBar; |
15 | class QToolButton; | 15 | class QToolButton; |
16 | class QMenuBar; | 16 | class QMenuBar; |
17 | class QAction; | 17 | class QAction; |
18 | class MetaFactory; | 18 | class MetaFactory; |
19 | class TabWidget; | 19 | class TabWidget; |
20 | class ProfileManager; | 20 | class ProfileManager; |
21 | class Profile; | 21 | class Profile; |
22 | class FunctionKeyboard; | 22 | class FunctionKeyboard; |
23 | class FKey; | 23 | class FKey; |
24 | class DocLnk; | 24 | class DocLnk; |
25 | 25 | ||
26 | class MainWindow : public QMainWindow { | 26 | class MainWindow : public QMainWindow { |
27 | Q_OBJECT | 27 | Q_OBJECT |
28 | public: | 28 | public: |
29 | MainWindow( QWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); | 29 | MainWindow( QWidget *parent = 0, const char *name = 0, WFlags fl = 0 ); |
30 | ~MainWindow(); | 30 | ~MainWindow(); |
31 | static QString appName() {return QString::fromLatin1("console"); } | 31 | static QString appName() {return QString::fromLatin1("opie-console"); } |
32 | 32 | ||
33 | /** | 33 | /** |
34 | * our factory to generate IOLayer and so on | 34 | * our factory to generate IOLayer and so on |
35 | * | 35 | * |
36 | */ | 36 | */ |
37 | MetaFactory* factory(); | 37 | MetaFactory* factory(); |
38 | 38 | ||
39 | /** | 39 | /** |
40 | * A session contains a QWidget*, | 40 | * A session contains a QWidget*, |
41 | * an IOLayer* and some infos for us | 41 | * an IOLayer* and some infos for us |
42 | */ | 42 | */ |
43 | Session* currentSession(); | 43 | Session* currentSession(); |
44 | 44 | ||
45 | /** | 45 | /** |
46 | * the session list | 46 | * the session list |
47 | */ | 47 | */ |
48 | QList<Session> sessions(); | 48 | QList<Session> sessions(); |
49 | 49 | ||
50 | /** | 50 | /** |
51 | * | 51 | * |
52 | */ | 52 | */ |
53 | ProfileManager* manager(); | 53 | ProfileManager* manager(); |
54 | TabWidget* tabWidget(); | 54 | TabWidget* tabWidget(); |
55 | 55 | ||
diff --git a/noncore/apps/opie-console/opie-console.control b/noncore/apps/opie-console/opie-console.control index d7051dc..c40d471 100644 --- a/noncore/apps/opie-console/opie-console.control +++ b/noncore/apps/opie-console/opie-console.control | |||
@@ -1,10 +1,10 @@ | |||
1 | Package: opie-console | 1 | Package: opie-console |
2 | Files: bin/console apps/Applications/console.desktop pics/console/* | 2 | Files: bin/opie-console apps/Applications/console.desktop pics/console/* |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/applications | 4 | Section: opie/applications |
5 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 0.6-$SUB_VERSION | 7 | Version: 0.6-$SUB_VERSION |
8 | Depends: qpe-base, libopiecore2, libopieui2, opie-console-help-en, lrzsz, opie-keytabs | 8 | Depends: qpe-base, libopiecore2, libopieui2, opie-console-help-en, lrzsz, opie-keytabs |
9 | License: GPL | 9 | License: GPL |
10 | Description: Opie terminal app | 10 | Description: Opie terminal app |