summaryrefslogtreecommitdiffstats
path: root/khelpcenter/view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/view.cpp')
-rw-r--r--khelpcenter/view.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/view.cpp b/khelpcenter/view.cpp
index a28b5097f..8d198f9be 100644
--- a/khelpcenter/view.cpp
+++ b/khelpcenter/view.cpp
@@ -62,7 +62,7 @@ View::~View()
void View::copySelectedText()
{
- kapp->clipboard()->setText( selectedText() );
+ kapp->tqclipboard()->setText( selectedText() );
}
bool View::openURL( const KURL &url )
@@ -276,7 +276,7 @@ void View::showMenu( const TQString& url, const TQPoint& pos)
void View::slotCopyLink()
{
- TQApplication::clipboard()->setText(mCopyURL);
+ TQApplication::tqclipboard()->setText(mCopyURL);
}
bool View::prevPage(bool checkOnly)