summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/displaywindow/ccommentaryreadwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/displaywindow/ccommentaryreadwindow.cpp')
-rw-r--r--bibletime/frontend/displaywindow/ccommentaryreadwindow.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/bibletime/frontend/displaywindow/ccommentaryreadwindow.cpp b/bibletime/frontend/displaywindow/ccommentaryreadwindow.cpp
index 9355831..b73d506 100644
--- a/bibletime/frontend/displaywindow/ccommentaryreadwindow.cpp
+++ b/bibletime/frontend/displaywindow/ccommentaryreadwindow.cpp
@@ -110,37 +110,37 @@ void CCommentaryReadWindow::initActions() {
new KAction(
i18n("Next book"),
CResMgr::displaywindows::bibleWindow::nextBook::accel,
- this, SLOT(nextBook()),
+ this, TQT_SLOT(nextBook()),
actionCollection(), "nextBook"
);
new KAction(
i18n("Previous book"),
CResMgr::displaywindows::bibleWindow::previousBook::accel,
- this, SLOT(previousBook()),
+ this, TQT_SLOT(previousBook()),
actionCollection(), "previousBook"
);
new KAction(
i18n("Next chapter"),
CResMgr::displaywindows::bibleWindow::nextChapter::accel,
- this, SLOT(nextChapter()),
+ this, TQT_SLOT(nextChapter()),
actionCollection(), "nextChapter"
);
new KAction(
i18n("Previous chapter"),
CResMgr::displaywindows::bibleWindow::previousChapter::accel,
- this, SLOT(previousChapter()),
+ this, TQT_SLOT(previousChapter()),
actionCollection(), "previousChapter"
);
new KAction(
i18n("Next verse"),
CResMgr::displaywindows::bibleWindow::nextVerse::accel,
- this, SLOT(nextVerse()),
+ this, TQT_SLOT(nextVerse()),
actionCollection(), "nextVerse"
);
new KAction(
i18n("Previous verse"),
CResMgr::displaywindows::bibleWindow::previousVerse::accel,
- this, SLOT(previousVerse()),
+ this, TQT_SLOT(previousVerse()),
actionCollection(), "previousVerse"
);