diff options
Diffstat (limited to 'tdecore/ksycoca.cpp')
-rw-r--r-- | tdecore/ksycoca.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/ksycoca.cpp b/tdecore/ksycoca.cpp index 3e30aa7c1..fe9e50d57 100644 --- a/tdecore/ksycoca.cpp +++ b/tdecore/ksycoca.cpp @@ -333,7 +333,7 @@ TQDataStream * KSycoca::findFactory(KSycocaFactoryId id) { triedLaunchingKdeinit = true; kdDebug(7011) << "findFactory: we have no database.... launching tdeinit" << endl; - KApplication::startKdeinit(); + TDEApplication::startKdeinit(); // Ok, the new database should be here now, open it. } if (!openDatabase(false)) |