~ubuntu-branches/ubuntu/vivid/psi/vivid

« back to all changes in this revision

Viewing changes to src/eventdb.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <qtimer.h>
30
30
#include <qtextstream.h>
31
31
 
32
 
#include "profiles.h"
 
32
#include "common.h"
33
33
#include "applicationinfo.h"
34
34
#include "psievent.h"
35
35
#include "jidutil.h"
590
590
{
591
591
        File *i = (File *)sender();
592
592
        d->flist.remove(i);
593
 
        delete i;
 
593
        i->deleteLater();
594
594
}
595
595
 
596
596