summaryrefslogtreecommitdiffstats
path: root/kbugbuster/backend/bugserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/backend/bugserver.cpp')
-rw-r--r--kbugbuster/backend/bugserver.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbugbuster/backend/bugserver.cpp b/kbugbuster/backend/bugserver.cpp
index a5d31bbf..37089623 100644
--- a/kbugbuster/backend/bugserver.cpp
+++ b/kbugbuster/backend/bugserver.cpp
@@ -270,13 +270,13 @@ void BugServer::sendCommands( MailSender *mailer, const TQString &senderName,
}
if (!bug.isNull()) {
mCommandsFile->deleteGroup( bug.number(), true ); // done, remove command
- mCache->tqinvalidateBugDetails( bug );
+ mCache->invalidateBugDetails( bug );
if ( !pkg.isNull() ) {
- mCache->tqinvalidateBugList( pkg, TQString() ); // the status of the bug comes from the buglist...
+ mCache->invalidateBugList( pkg, TQString() ); // the status of the bug comes from the buglist...
TQStringList::ConstIterator it2;
for (it2 = pkg.components().begin();it2 != pkg.components().end();++it2) {
- mCache->tqinvalidateBugList( pkg, (*it2) ); // the status of the bug comes from the buglist...
+ mCache->invalidateBugList( pkg, (*it2) ); // the status of the bug comes from the buglist...
}
}
}