diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
commit | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch) | |
tree | 2891b54cd6ec39db133da0110028ec93fc006751 /tdecore/ksycoca.cpp | |
parent | 8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff) | |
download | tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip |
Rename additional global TQt functions
Diffstat (limited to 'tdecore/ksycoca.cpp')
-rw-r--r-- | tdecore/ksycoca.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/ksycoca.cpp b/tdecore/ksycoca.cpp index 441f6d530..b7763f699 100644 --- a/tdecore/ksycoca.cpp +++ b/tdecore/ksycoca.cpp @@ -213,7 +213,7 @@ static void delete_ksycoca_self() { KSycoca * KSycoca::self() { if (!_self) { - qAddPostRoutine(delete_ksycoca_self); + tqAddPostRoutine(delete_ksycoca_self); _self = new KSycoca(); } return _self; @@ -443,7 +443,7 @@ KSycoca * KSycoca::_self = 0L; void KSycoca::flagError() { - qWarning("ERROR: KSycoca database corruption!"); + tqWarning("ERROR: KSycoca database corruption!"); if (_self) { if (_self->d->readError) @@ -451,7 +451,7 @@ void KSycoca::flagError() _self->d->readError = true; if (_self->d->autoRebuild) if(system("kbuildsycoca") < 0) // Rebuild the damned thing. - qWarning("ERROR: Running KSycoca failed."); + tqWarning("ERROR: Running KSycoca failed."); } } |