Ignore:
File:
1 edited

Legend:

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

    rbf3817 re5c0a1  
    66 */
    77
    8 // include config.h
    9 #ifdef HAVE_CONFIG_H
    10 #include <config.h>
    11 #endif
    12 
    138#include "UIElements/QT4/QTDialog.hpp"
    14 
    15 #include <boost/lexical_cast.hpp>
    169
    1710#include <string>
     
    4033#include "Descriptors/AtomIdDescriptor.hpp"
    4134#include "Descriptors/MoleculeIdDescriptor.hpp"
    42 #include "LinearAlgebra/Matrix.hpp"
     35#include "Matrix.hpp"
    4336#include "Box.hpp"
    4437
     
    486479    parent(_parent)
    487480{
     481  const Matrix& M = World::getInstance().getDomain().getM();
     482  const char *coords[3] = {"x:","y:","z:"};
    488483  mainLayout= new QHBoxLayout();
    489484  titleLabel = new QLabel(QString(getTitle().c_str()));
     
    518513    parent(_parent)
    519514{
     515  const Matrix& M = World::getInstance().getDomain().getM();
     516  const char *coords[3] = {"x:","y:","z:"};
    520517  mainLayout= new QHBoxLayout();
    521518  titleLabel = new QLabel(QString(getTitle().c_str()));
Note: See TracChangeset for help on using the changeset viewer.