summaryrefslogtreecommitdiffstats
path: root/src/gvcore/fileoperation.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-07 17:17:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-07 17:17:09 +0900
commit831670cd1aa76b314b447cfa2d9c71603cbbf43e (patch)
tree5616a5ded1d1be90db68f1dbd14091c8a9d57386 /src/gvcore/fileoperation.cpp
parent9e6e0ff97a1c51067ef5144cde7dc30031c2ac3a (diff)
downloadgwenview-831670cd1aa76b314b447cfa2d9c71603cbbf43e.tar.gz
gwenview-831670cd1aa76b314b447cfa2d9c71603cbbf43e.zip
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/gvcore/fileoperation.cpp')
-rw-r--r--src/gvcore/fileoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/fileoperation.cpp b/src/gvcore/fileoperation.cpp
index 4c693c0..d775113 100644
--- a/src/gvcore/fileoperation.cpp
+++ b/src/gvcore/fileoperation.cpp
@@ -90,7 +90,7 @@ void rename(const KURL& url,TQWidget* parent,TQObject* receiver,const char* slot
void fillDropURLMenu(TQPopupMenu* menu, const KURL::List& urls, const KURL& target, bool* wasMoved) {
- DropMenuContext* context=new DropMenuContext(TQT_TQOBJECT(menu), urls, target, wasMoved);
+ DropMenuContext* context=new DropMenuContext(menu, urls, target, wasMoved);
menu->insertItem( SmallIcon("goto"), i18n("&Move Here"),
context, TQT_SLOT(move()) );
menu->insertItem( SmallIcon("edit-copy"), i18n("&Copy Here"),