~xalioth/stellarium/fix-fonts-gltex-fab

« back to all changes in this revision

Viewing changes to src/core/StelApp.cpp

  • Committer: matthewg42
  • Date: 2008-11-27 14:36:21 UTC
  • Revision ID: vcs-imports@canonical.com-20081127143621-fbasu1vl30kq2edv
refactor: MovementMgr -> StelMovementMgr

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include "StelFontMgr.hpp"
46
46
#include "StelLocaleMgr.hpp"
47
47
#include "StelSkyCultureMgr.hpp"
48
 
#include "MovementMgr.hpp"
 
48
#include "StelMovementMgr.hpp"
49
49
#include "StelFileMgr.hpp"
50
50
#include "QtScriptMgr.hpp"
51
51
#include "QtJsonParser.hpp"