┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2009-11-10 13:15:08 +0000
committerDavid Faure <[email protected]>2009-11-10 13:15:08 +0000
commit7b42d2d6cbff82dc8adefc8e05f42a015f59cb03 (patch)
tree149af2b571d7a86a5c6ac9f79d57a055218cbddd /src/dolphinpart.h
parentc690f63af7043b2a30495cc44928bb703236fb20 (diff)
Fix RMB/paste on a subfolder (konq calls pasteTo(KUrl), as documented in BrowserExtension)
svn path=/trunk/KDE/kdebase/apps/; revision=1047090
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index 6c314df81..977252035 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -229,6 +229,7 @@ public Q_SLOTS:
void cut();
void copy();
void paste();
+ void pasteTo(const KUrl&);
void reparseConfiguration();
private: