From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- korn/kornshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korn/kornshell.cpp') 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 ) -- cgit v1.2.3