summaryrefslogtreecommitdiffstats
path: root/src/modules/help/helpwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/helpwidget.cpp')
-rw-r--r--src/modules/help/helpwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/helpwidget.cpp b/src/modules/help/helpwidget.cpp
index c0f7f1c3..96a7edb9 100644
--- a/src/modules/help/helpwidget.cpp
+++ b/src/modules/help/helpwidget.cpp
@@ -138,7 +138,7 @@ TQSize KviHelpWidget::sizeHint() const
bool KviHelpWidget::eventFilter(TQObject * o, TQEvent *e)
{
- TQClipboard *cb = TQApplication::tqclipboard();
+ TQClipboard *cb = TQApplication::clipboard();
if(e->type() == TQEvent::MouseButtonRelease) {
if(m_pTextBrowser->hasSelectedText()) {