diff options
Diffstat (limited to 'kuser/tdeglobal.cpp')
-rw-r--r-- | kuser/tdeglobal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kuser/tdeglobal.cpp b/kuser/tdeglobal.cpp index 287f475..479125c 100644 --- a/kuser/tdeglobal.cpp +++ b/kuser/tdeglobal.cpp @@ -42,7 +42,7 @@ void KUserGlobals::initCfg( const TQString &connection ) cfg->writeConfig(); delete cfg; } - cfg = new KUserPrefsBase( kapp->sharedConfig(), connection ); + cfg = new KUserPrefsBase( tdeApp->sharedConfig(), connection ); cfg->readConfig(); } |