diff options
Diffstat (limited to 'khexedit/parts')
-rw-r--r-- | khexedit/parts/kpart/khepart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/parts/kpart/khepart.cpp b/khexedit/parts/kpart/khepart.cpp index 5ccafbf..a204671 100644 --- a/khexedit/parts/kpart/khepart.cpp +++ b/khexedit/parts/kpart/khepart.cpp @@ -69,7 +69,7 @@ KHexEditPart::~KHexEditPart() /* void KHexEditPart::setupTools( bool BrowserViewWanted ) { - if( !BrowserViewWanted ) new KClipboardTool( this ); + if( !BrowserViewWanted ) new TDEClipboardTool( this ); new KZoomToolet( this ); new KSelectToolet( this ); |