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

« back to all changes in this revision

Viewing changes to src/gui/StelGuiItems.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:
26
26
#include "StelMainGraphicsView.hpp"
27
27
#include "StelLocation.hpp"
28
28
#include "StelGui.hpp"
29
 
#include "MovementMgr.hpp"
 
29
#include "StelMovementMgr.hpp"
30
30
 
31
31
#include <QPainter>
32
32
#include <QGraphicsScene>