~neon/kmouth/master

« back to all changes in this revision

Viewing changes to main.cpp

  • Committer: Laurent Montel
  • Date: 2005-10-25 20:42:23 UTC
  • Revision ID: git-v1:6ce0a87a5bed670405e7d917bc9af47bd046d33b
Deprecated--

svn path=/trunk/KDE/kdeaccessibility/kmouth/; revision=474255

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        aboutData.addCredit("Olaf Schmidt", I18N_NOOP("Tips, extended phrase books"), 0, 0);
50
50
  KApplication app;
51
51
 
52
 
  if (app.isRestored())
 
52
  if (app.isSessionRestored())
53
53
  {
54
54
    RESTORE(KMouthApp);
55
55
  }