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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korn/kornshell.h') diff --git a/korn/kornshell.h b/korn/kornshell.h index e3e506677..57d631d77 100644 --- a/korn/kornshell.h +++ b/korn/kornshell.h @@ -22,7 +22,7 @@ class BoxContainer; class KDialogBase; -class KConfig; +class TDEConfig; #include @@ -49,7 +49,7 @@ private slots: void readConfig(); private: - KConfig *_config; + TDEConfig *_config; BoxContainer *_box; KDialogBase *_configDialog; bool _show; -- cgit v1.2.1