~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to src/modules/TextUI.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Cédric Delfosse
  • Date: 2009-03-13 20:07:22 UTC
  • mfrom: (1.1.8 upstream)
  • mto: (11.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20090313200722-gbgujsmzsa8a02ty
Import upstream version 0.10.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <functional>
21
21
#include <QSettings>
22
22
 
23
 
#include "Projector.hpp"
24
 
#include "Navigator.hpp"
 
23
#include "StelProjector.hpp"
 
24
#include "StelNavigator.hpp"
25
25
#include "StelApp.hpp"
26
26
#include "StelCore.hpp"
27
27
#include "TextUI.hpp"
28
28
#include "StelModuleMgr.hpp"
29
 
#include "Translator.hpp"
 
29
#include "StelTranslator.hpp"
30
30
 
31
31
 
32
32
void TextUI::init()