summaryrefslogtreecommitdiffstats
path: root/src/kde/kchmviewwindow_khtmlpart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kde/kchmviewwindow_khtmlpart.cpp')
-rw-r--r--src/kde/kchmviewwindow_khtmlpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kde/kchmviewwindow_khtmlpart.cpp b/src/kde/kchmviewwindow_khtmlpart.cpp
index 4fe3b47..a2f02e1 100644
--- a/src/kde/kchmviewwindow_khtmlpart.cpp
+++ b/src/kde/kchmviewwindow_khtmlpart.cpp
@@ -152,7 +152,7 @@ void KCHMViewWindow_KHTMLPart::clipCopy()
TQString text = selectedText();
if ( !text.isEmpty() )
- TQApplication::tqclipboard()->setText( text );
+ TQApplication::clipboard()->setText( text );
}
void KCHMViewWindow_KHTMLPart::onPopupMenu ( const TQString &url, const TQPoint & point )