diff options
Diffstat (limited to 'korn/kornshell.cpp')
-rw-r--r-- | korn/kornshell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/kornshell.cpp b/korn/kornshell.cpp index dc823779d..2e0cc091d 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 ) |