summaryrefslogtreecommitdiff
path: root/core
authorharlekin <harlekin>2003-03-22 18:08:59 (UTC)
committer harlekin <harlekin>2003-03-22 18:08:59 (UTC)
commitcc2d8a80b388a219baa9d92c847ea081099879d1 (patch) (unidiff)
treec148d151a6f15f40b1765fab8b844227aded0b16 /core
parent44547fd13797c03192b4e416e5a1945e4d6b9e6b (diff)
downloadopie-cc2d8a80b388a219baa9d92c847ea081099879d1.zip
opie-cc2d8a80b388a219baa9d92c847ea081099879d1.tar.gz
opie-cc2d8a80b388a219baa9d92c847ea081099879d1.tar.bz2
home icon from inline
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/helpbrowser/helpbrowser.cpp6
-rw-r--r--core/apps/helpbrowser/pics/home.pngbin693 -> 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 )
98 forwardAction->setEnabled( FALSE ); 98 forwardAction->setEnabled( FALSE );
99 99
100 QAction *a = new QAction( tr( "Home" ), Resource::loadPixmap( 100 QAction *a = new QAction( tr( "Home" ), Resource::loadPixmap(
101"helpbrowser/home" ), QString::null, 0, this, 0 ); 101"home" ), QString::null, 0, this, 0 );
102 connect( a, SIGNAL( activated() ), browser, SLOT( home() ) ); 102 connect( a, SIGNAL( activated() ), browser, SLOT( home() ) );
103 //a->addTo( go ); 103 //a->addTo( go );
104 a->addTo( toolbar ); 104 a->addTo( toolbar );
@@ -136,7 +136,7 @@ void HelpBrowser::setDocument( const QString &doc )
136{ 136{
137 if ( !doc.isEmpty() ) 137 if ( !doc.isEmpty() )
138 browser->setSource( doc ); 138 browser->setSource( doc );
139 raise(); 139 raise();
140} 140}
141 141
142 142
@@ -191,7 +191,7 @@ void HelpBrowser::readBookmarks()
191 b.name = current.left( equal ); 191 b.name = current.left( equal );
192 b.file = current.mid( equal + 1 ); 192 b.file = current.mid( equal + 1 );
193 mBookmarks[ bookm->insertItem( b.name ) ] = b; 193 mBookmarks[ bookm->insertItem( b.name ) ] = b;
194 } 194 }
195 } 195 }
196} 196}
197 197
diff --git a/core/apps/helpbrowser/pics/home.png b/core/apps/helpbrowser/pics/home.png
deleted file mode 100644
index e9ba024..0000000
--- a/core/apps/helpbrowser/pics/home.png
+++ b/dev/null
Binary files differ