summaryrefslogtreecommitdiff
path: root/noncore/apps/dagger/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/dagger/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/dagger/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/dagger/mainwindow.h b/noncore/apps/dagger/mainwindow.h
index 0c7f3c8..b114e33 100644
--- a/noncore/apps/dagger/mainwindow.h
+++ b/noncore/apps/dagger/mainwindow.h
@@ -102,29 +102,29 @@ private slots:
void slotTextClose();
void slotTextInstall();
void slotEditCopy();
void slotEditConfigure();
void slotBookmarkAdd();
void slotBookmarkRemove();
void slotBookmarkSelected();
void slotViewSwordOption( bool enabled );
void slotViewNavToolbar( bool enabled );
void slotViewSearchToolbar( bool enabled );
// Navigation toolbar slots
- void slotNavPrevChapter();
+ void slotNavPrevPage();
void slotNavPrevVerse();
void slotNavKeyChanged( const QString &newKey );
void slotNavNextVerse();
- void slotNavNextChapter();
+ void slotNavNextPage();
void slotNavAutoScroll( bool enabled );
void slotNavScrollRateChanged( int newRate );
// Search toolbar slots
void slotSearchResultClicked( const QString &key );
// Text widget slots
void slotTextRefClicked( const QString &ref );
signals:
void sigNumVersesChanged( int numVerses );
void sigFontChanged( const QFont *newFont );