summaryrefslogtreecommitdiffstats
path: root/khexedit/toplevel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/toplevel.cc')
-rw-r--r--khexedit/toplevel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/toplevel.cc b/khexedit/toplevel.cc
index db63594..7ac6a9a 100644
--- a/khexedit/toplevel.cc
+++ b/khexedit/toplevel.cc
@@ -288,7 +288,7 @@ actionCollection());
mDragLabel = new CDragLabel(this);
mDragLabel->setPixmap( UserIcon( "hexdrag" ) );
- mDragLabel->setDragMask( UserIcon( "hextqmask" ) );
+ mDragLabel->setDragMask( UserIcon( "hexmask" ) );
mDragLabel->setEnabled( false ); // Enabled once we open a document
TQToolTip::add( mDragLabel, i18n("Drag document") );
(void) new KWidgetAction(mDragLabel, i18n("Drag Document"), 0, TQT_TQOBJECT(editor()), TQT_SLOT(options()), actionCollection(), "drag_document");