~ubuntu-branches/debian/sid/kdelibs/sid

« back to all changes in this revision

Viewing changes to kdeui/kspelldlg.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-09 09:37:39 UTC
  • Revision ID: james.westby@ubuntu.com-20071009093739-rnmkeaxkf30pazqg
Tags: upstream-3.5.8
ImportĀ upstreamĀ versionĀ 3.5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
KSpellDlg::~KSpellDlg()
108
108
{
 
109
  delete d->spellConfig;
109
110
  delete d;
110
111
}
111
112