diff options
Diffstat (limited to 'kppp/main.cpp')
-rw-r--r-- | kppp/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/main.cpp b/kppp/main.cpp index 4d18b76b..46d068aa 100644 --- a/kppp/main.cpp +++ b/kppp/main.cpp @@ -233,7 +233,7 @@ int main( int argc, char **argv ) { // make sure that nobody can read the password from the // config file TQString configFile = TDEGlobal::dirs()->saveLocation("config") - + TQString(kapp->name()) + "rc"; + + TQString(tdeApp->name()) + "rc"; if(access(TQFile::encodeName(configFile), F_OK) == 0) chmod(TQFile::encodeName(configFile), S_IRUSR | S_IWUSR); |