diff options
Diffstat (limited to 'khexedit/hexdrag.cc')
-rw-r--r-- | khexedit/hexdrag.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexdrag.cc b/khexedit/hexdrag.cc index f833256..eff7c93 100644 --- a/khexedit/hexdrag.cc +++ b/khexedit/hexdrag.cc @@ -52,7 +52,7 @@ void CHexDrag::prepPixmap(void) // Wont use it yet, // /* - KIconLoader &loader = *TDEGlobal::iconLoader(); + TDEIconLoader &loader = *TDEGlobal::iconLoader(); TQPixmap pix = loader.loadIcon( "binary.xpm" ); TQPoint hotspot( pix.width()-20,pix.height()/2 ); |