summaryrefslogtreecommitdiffstats
path: root/korn/kornshell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/kornshell.cpp')
-rw-r--r--korn/kornshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/kornshell.cpp b/korn/kornshell.cpp
index dc823779..2e0cc091 100644
--- a/korn/kornshell.cpp
+++ b/korn/kornshell.cpp
@@ -34,7 +34,7 @@
KornShell::KornShell( TQWidget * parent, const char * name )
: TQWidget( parent, name ),
- _config( new KConfig( "kornrc" ) ),
+ _config( new TDEConfig( "kornrc" ) ),
_box( 0 ),
_configDialog( 0 ),
_show( false )