~kile/kile/livepreview-xenial

« back to all changes in this revision

Viewing changes to src/kile.h

  • Committer: Package Import Robot
  • Author(s): Prasad Murthy
  • Date: 2013-01-24 19:03:35 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130124190335-29sj32fdx0d2kcmw
Tags: 1:2.1.3-0ubuntu1
* New upstream release
* Drop kubuntu_02_disable_embedded_kbibtex.diff as kbibtex is now usable with kde4
* Add kbibtex to suggests
* Change the Vcs links to the Ubuntu bzr branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***************************************************************************************
2
2
    begin                : sam jui 13 09:50:06 CEST 2002
3
3
    copyright            : (C) 2003 by Jeroen Wijnhout (wijnhout@science.uva.nl)
4
 
                               2007-2011 by Michel Ludwig (michel.ludwig@kdemail.net)
 
4
                               2007-2012 by Michel Ludwig (michel.ludwig@kdemail.net)
5
5
                           (C) 2009 Thomas Braun (thomas.braun@virtuell-zuhause.de)
6
6
 
7
7
 ***************************************************************************************/
174
174
        /* config */
175
175
        KSharedConfigPtr        m_config;
176
176
        int                     m_horSplitRight, m_horSplitLeft, m_verSplitTop, m_verSplitBottom;
177
 
        QStringList             m_recentFilesList, m_listDocsOpenOnStart, m_listProjectsOpenOnStart;
 
177
        QStringList             m_recentFilesList, m_listDocsOpenOnStart, m_listEncodingsOfDocsOpenOnStart, m_listProjectsOpenOnStart;
178
178
 
179
179
        KRecentFilesAction *m_actRecentProjects;
180
180