-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 | |||
@@ -100,3 +100,3 @@ void HelpBrowser::init( const QString& _home ) | |||
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() ) ); |
@@ -138,3 +138,3 @@ void HelpBrowser::setDocument( const QString &doc ) | |||
138 | browser->setSource( doc ); | 138 | browser->setSource( doc ); |
139 | raise(); | 139 | raise(); |
140 | } | 140 | } |
@@ -193,3 +193,3 @@ void HelpBrowser::readBookmarks() | |||
193 | mBookmarks[ bookm->insertItem( b.name ) ] = b; | 193 | mBookmarks[ bookm->insertItem( b.name ) ] = b; |
194 | } | 194 | } |
195 | } | 195 | } |
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 | |||