diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /kdecore/ksycoca.cpp | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdecore/ksycoca.cpp')
-rw-r--r-- | kdecore/ksycoca.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/ksycoca.cpp b/kdecore/ksycoca.cpp index 2df7ae772..3a655d617 100644 --- a/kdecore/ksycoca.cpp +++ b/kdecore/ksycoca.cpp @@ -98,7 +98,7 @@ KSycoca::KSycoca() } // We register with DCOP _before_ we try to open the database. // This way we can be relative sure that the KDE framework is - // up and running (kdeinit, dcopserver, klaucnher, kded) and + // up and running (tdeinit, dcopserver, klaucnher, kded) and // that the database is up to date. openDatabase(); _self = this; @@ -332,7 +332,7 @@ TQDataStream * KSycoca::findFactory(KSycocaFactoryId id) if (!triedLaunchingKdeinit) // try only once { triedLaunchingKdeinit = true; - kdDebug(7011) << "findFactory: we have no database.... launching kdeinit" << endl; + kdDebug(7011) << "findFactory: we have no database.... launching tdeinit" << endl; KApplication::startKdeinit(); // Ok, the new database should be here now, open it. } |