~neon/kompare/master

« back to all changes in this revision

Viewing changes to main.cpp

  • Committer: Laurent Montel
  • Date: 2019-11-11 20:56:36 UTC
  • Revision ID: git-v1:355ae0ef3d39cbe3958024de3e35cf6d12780c52
Make it compile without deprecated methods

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    // see if we are starting with session management
90
90
    if (app.isSessionRestored())
91
91
    {
92
 
        RESTORE(KompareShell)
 
92
        kRestoreMainWindows<KompareShell>();
93
93
    }
94
94
    else
95
95
    {