author | waspe <waspe> | 2003-11-05 18:55:59 (UTC) |
---|---|---|
committer | waspe <waspe> | 2003-11-05 18:55:59 (UTC) |
commit | fef41bb5d31e0292d150b9e0067b359894370fd9 (patch) (unidiff) | |
tree | a9ab414b5a2d1303e8e9398e6fbc042809dabcff | |
parent | 999a21ed2dea32593846b90e3ae1988b9e60d563 (diff) | |
download | opie-fef41bb5d31e0292d150b9e0067b359894370fd9.zip opie-fef41bb5d31e0292d150b9e0067b359894370fd9.tar.gz opie-fef41bb5d31e0292d150b9e0067b359894370fd9.tar.bz2 |
made helpbrowser quicklauch
-rw-r--r-- | core/apps/helpbrowser/helpbrowser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/apps/helpbrowser/helpbrowser.h b/core/apps/helpbrowser/helpbrowser.h index 5f7e6b6..2f148ad 100644 --- a/core/apps/helpbrowser/helpbrowser.h +++ b/core/apps/helpbrowser/helpbrowser.h | |||
@@ -25,24 +25,25 @@ | |||
25 | #include <qtextbrowser.h> | 25 | #include <qtextbrowser.h> |
26 | #include <qstringlist.h> | 26 | #include <qstringlist.h> |
27 | #include <qmap.h> | 27 | #include <qmap.h> |
28 | 28 | ||
29 | class QPopupMenu; | 29 | class QPopupMenu; |
30 | class QAction; | 30 | class QAction; |
31 | 31 | ||
32 | class HelpBrowser : public QMainWindow | 32 | class HelpBrowser : public QMainWindow |
33 | { | 33 | { |
34 | Q_OBJECT | 34 | Q_OBJECT |
35 | public: | 35 | public: |
36 | HelpBrowser( QWidget* parent = 0, const char *name=0, WFlags f=0 ); | 36 | HelpBrowser( QWidget* parent = 0, const char *name=0, WFlags f=0 ); |
37 | static QString appName() { return QString::fromLatin1("helpbrowser"); } | ||
37 | ~HelpBrowser(); | 38 | ~HelpBrowser(); |
38 | 39 | ||
39 | public slots: | 40 | public slots: |
40 | void setDocument( const QString &doc ); | 41 | void setDocument( const QString &doc ); |
41 | 42 | ||
42 | private slots: | 43 | private slots: |
43 | void appMessage(const QCString& msg, const QByteArray& data); | 44 | void appMessage(const QCString& msg, const QByteArray& data); |
44 | void textChanged(); | 45 | void textChanged(); |
45 | 46 | ||
46 | void pathSelected( const QString & ); | 47 | void pathSelected( const QString & ); |
47 | void bookmChosen( int ); | 48 | void bookmChosen( int ); |
48 | void addBookmark(); | 49 | void addBookmark(); |