author | harlekin <harlekin> | 2003-03-22 18:08:59 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-03-22 18:08:59 (UTC) |
commit | cc2d8a80b388a219baa9d92c847ea081099879d1 (patch) (side-by-side diff) | |
tree | c148d151a6f15f40b1765fab8b844227aded0b16 /core | |
parent | 44547fd13797c03192b4e416e5a1945e4d6b9e6b (diff) | |
download | opie-cc2d8a80b388a219baa9d92c847ea081099879d1.zip opie-cc2d8a80b388a219baa9d92c847ea081099879d1.tar.gz opie-cc2d8a80b388a219baa9d92c847ea081099879d1.tar.bz2 |
home icon from inline
-rw-r--r-- | core/apps/helpbrowser/helpbrowser.cpp | 6 | ||||
-rw-r--r-- | core/apps/helpbrowser/pics/home.png | bin | 693 -> 0 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/apps/helpbrowser/helpbrowser.cpp b/core/apps/helpbrowser/helpbrowser.cpp index e20d49b..48da7c6 100644 --- a/core/apps/helpbrowser/helpbrowser.cpp +++ b/core/apps/helpbrowser/helpbrowser.cpp @@ -98,7 +98,7 @@ void HelpBrowser::init( const QString& _home ) forwardAction->setEnabled( FALSE ); QAction *a = new QAction( tr( "Home" ), Resource::loadPixmap( -"helpbrowser/home" ), QString::null, 0, this, 0 ); +"home" ), QString::null, 0, this, 0 ); connect( a, SIGNAL( activated() ), browser, SLOT( home() ) ); //a->addTo( go ); a->addTo( toolbar ); @@ -136,7 +136,7 @@ void HelpBrowser::setDocument( const QString &doc ) { if ( !doc.isEmpty() ) browser->setSource( doc ); - raise(); + raise(); } @@ -191,7 +191,7 @@ void HelpBrowser::readBookmarks() b.name = current.left( equal ); b.file = current.mid( equal + 1 ); mBookmarks[ bookm->insertItem( b.name ) ] = b; - } + } } } diff --git a/core/apps/helpbrowser/pics/home.png b/core/apps/helpbrowser/pics/home.png Binary files differdeleted file mode 100644 index e9ba024..0000000 --- a/core/apps/helpbrowser/pics/home.png +++ b/dev/null |