From f21aaec952493cb5688c73de6e82a569ddbd7fb2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:36:20 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kppp/pppdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kppp/pppdata.cpp') diff --git a/kppp/pppdata.cpp b/kppp/pppdata.cpp index c7b2f044..1d681352 100644 --- a/kppp/pppdata.cpp +++ b/kppp/pppdata.cpp @@ -58,7 +58,7 @@ bool PPPData::open() { config = kapp->config(); - if (config->getConfigState() == KConfig::NoAccess) { + if (config->getConfigState() == TDEConfig::NoAccess) { KMessageBox::error(0L, i18n("The application-specific config file could not " "be opened in either read-write or read-only mode.\n" -- cgit v1.2.1