summaryrefslogtreecommitdiffstats
path: root/khexedit/exportdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/exportdialog.cpp')
-rw-r--r--khexedit/exportdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/exportdialog.cpp b/khexedit/exportdialog.cpp
index b2ac808..df95f5f 100644
--- a/khexedit/exportdialog.cpp
+++ b/khexedit/exportdialog.cpp
@@ -71,7 +71,7 @@ void CExportDialog::readConfiguration( void )
{
if( mConfig != 0 ) { return; }
- mConfig = new KSimpleConfig( TQString("hexexport") );
+ mConfig = new TDESimpleConfig( TQString("hexexport") );
if( mConfig == 0 ) { return; }
mConfig->setGroup( "Destination" );