diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:14:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:14:12 -0600 |
commit | ac1e5178c2f5ebac0fb2194480bbb23a51103e32 (patch) | |
tree | 67b43c6a5092311c75e40f1c2ae9a54a3bf1ae65 /config/exportthemedialog.cpp | |
parent | 34b82cf515be84fd0eaa0fe5130128ea0da365cb (diff) | |
download | tde-style-qtcurve-ac1e5178c2f5ebac0fb2194480bbb23a51103e32.tar.gz tde-style-qtcurve-ac1e5178c2f5ebac0fb2194480bbb23a51103e32.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'config/exportthemedialog.cpp')
-rw-r--r-- | config/exportthemedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/exportthemedialog.cpp b/config/exportthemedialog.cpp index 8496654..441348f 100644 --- a/config/exportthemedialog.cpp +++ b/config/exportthemedialog.cpp @@ -66,7 +66,7 @@ void CExportThemeDialog::slotOk() { TQString fileName(themeUrl->url()+"/"THEME_PREFIX+name+".themerc"); - KConfig cfg(fileName, false, false); + TDEConfig cfg(fileName, false, false); bool rv(!cfg.isReadOnly()); if(rv) |