summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/pastedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/pastedialog.cpp')
-rw-r--r--apps/ktorrent/pastedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/pastedialog.cpp b/apps/ktorrent/pastedialog.cpp
index 7d3bff9..f96381b 100644
--- a/apps/ktorrent/pastedialog.cpp
+++ b/apps/ktorrent/pastedialog.cpp
@@ -33,7 +33,7 @@ PasteDialog::PasteDialog(KTorrentCore* core, TQWidget *parent, const char *name)
:PasteDlgBase(parent, name)
{
m_core = core;
- TQClipboard *cb = TQApplication::tqclipboard();
+ TQClipboard *cb = TQApplication::clipboard();
TQString text = cb->text(TQClipboard::Clipboard);
KURL url = KURL::fromPathOrURL(text);
if ( url.isValid() )