summaryrefslogtreecommitdiffstats
path: root/src/importprofiledialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:13:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:13:13 -0600
commit39772365e40d22473389f8d24cce8910f088b656 (patch)
treeeb6eb62ecf03212347bb24e8b7db8d35642e035d /src/importprofiledialog.cpp
parent7251ddd58d498d631dc56bc00849f61cb4acdabd (diff)
downloadkvpnc-39772365e40d22473389f8d24cce8910f088b656.tar.gz
kvpnc-39772365e40d22473389f8d24cce8910f088b656.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/importprofiledialog.cpp')
-rw-r--r--src/importprofiledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/importprofiledialog.cpp b/src/importprofiledialog.cpp
index b20646e..2a885b7 100644
--- a/src/importprofiledialog.cpp
+++ b/src/importprofiledialog.cpp
@@ -99,7 +99,7 @@ void ImportProfileDialog::canAccept()
return ;
}
- KConfig config( filename, true, false );
+ TDEConfig config( filename, true, false );
TQStringList grouplist = config.groupList();