diff options
Diffstat (limited to 'kppp/pppdata.cpp')
-rw-r--r-- | kppp/pppdata.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/pppdata.cpp b/kppp/pppdata.cpp index 5f2b3cd0..4b24284f 100644 --- a/kppp/pppdata.cpp +++ b/kppp/pppdata.cpp @@ -56,7 +56,7 @@ PPPData::PPPData() // bool PPPData::open() { - config = kapp->config(); + config = tdeApp->config(); if (config->getConfigState() == TDEConfig::NoAccess) { KMessageBox::error(0L, @@ -65,7 +65,7 @@ bool PPPData::open() { "The superuser might have to change its ownership " "by issuing the following command in your home directory:\n" "chown {YourUsername} .trinity/share/config/kppprc"), - kapp->name()); + tdeApp->name()); return false; } |