Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/QT4/QTDialog.cpp

    re5c0a1 rbf3817  
    66 */
    77
     8// include config.h
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
     12
    813#include "UIElements/QT4/QTDialog.hpp"
     14
     15#include <boost/lexical_cast.hpp>
    916
    1017#include <string>
     
    3340#include "Descriptors/AtomIdDescriptor.hpp"
    3441#include "Descriptors/MoleculeIdDescriptor.hpp"
    35 #include "Matrix.hpp"
     42#include "LinearAlgebra/Matrix.hpp"
    3643#include "Box.hpp"
    3744
     
    479486    parent(_parent)
    480487{
    481   const Matrix& M = World::getInstance().getDomain().getM();
    482   const char *coords[3] = {"x:","y:","z:"};
    483488  mainLayout= new QHBoxLayout();
    484489  titleLabel = new QLabel(QString(getTitle().c_str()));
     
    513518    parent(_parent)
    514519{
    515   const Matrix& M = World::getInstance().getDomain().getM();
    516   const char *coords[3] = {"x:","y:","z:"};
    517520  mainLayout= new QHBoxLayout();
    518521  titleLabel = new QLabel(QString(getTitle().c_str()));
Note: See TracChangeset for help on using the changeset viewer.