summaryrefslogtreecommitdiffstats
path: root/bibletime/bibletime_slots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/bibletime_slots.cpp')
-rw-r--r--bibletime/bibletime_slots.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/bibletime_slots.cpp b/bibletime/bibletime_slots.cpp
index 2cc8cca..cff5fe6 100644
--- a/bibletime/bibletime_slots.cpp
+++ b/bibletime/bibletime_slots.cpp
@@ -38,7 +38,7 @@
#include <tqprogressdialog.h>
#include <tqlistview.h>
#include <tqvaluelist.h>
-#include <clipboard.h>
+#include <tqclipboard.h>
#include <tqinputdialog.h>
//KDE includes
@@ -324,7 +324,7 @@ void BibleTime::slotToggleToolbar() {
/** Shows or hides the groupmanager.
*/
void BibleTime::slotToggleMainIndex() {
- //we use the parent widget because the main index is enclosed in a layout which adds the label at the top
+ //we use the parent widget because the main index is enclosed in a tqlayout which adds the label at the top
if (m_viewMainIndex_action->isChecked()) {
m_mainIndex->parentWidget()->show();
}