summaryrefslogtreecommitdiff
path: root/core/apps/helpbrowser/helpbrowser.cpp
Side-by-side diff
Diffstat (limited to 'core/apps/helpbrowser/helpbrowser.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/helpbrowser/helpbrowser.cpp6
1 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 )
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() ) );
@@ -138,3 +138,3 @@ void HelpBrowser::setDocument( const QString &doc )
browser->setSource( doc );
- raise();
+ raise();
}
@@ -193,3 +193,3 @@ void HelpBrowser::readBookmarks()
mBookmarks[ bookm->insertItem( b.name ) ] = b;
- }
+ }
}