Skip to content

Commit

Permalink
- fixes to compile OMNotebook on Linux!
Browse files Browse the repository at this point in the history
- this is quite intermediate right now, we'll test it more

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2656 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jan 9, 2007
1 parent 3306b57 commit 398ba23
Show file tree
Hide file tree
Showing 17 changed files with 244 additions and 187 deletions.
3 changes: 3 additions & 0 deletions OMNotebook/OMNotebookQT4/cell.cpp
Expand Up @@ -55,6 +55,9 @@ licence: http://www.trolltech.com/products/qt/licensing.html
#include <QtGui/QResizeEvent>
#include <QtGui/QTextCursor>

#include <exception>
#include <stdexcept>

//IAEX Headers
#include "cell.h"
#include "stylesheet.h"
Expand Down
1 change: 1 addition & 0 deletions OMNotebook/OMNotebookQT4/cellcommands.cpp
Expand Up @@ -63,6 +63,7 @@ licence: http://www.trolltech.com/products/qt/licensing.html
//IAEX Headers
#include "cellcommands.h"
#include "inputcell.h"
#include "textcell.h"
#include "cellgroup.h"


Expand Down
3 changes: 3 additions & 0 deletions OMNotebook/OMNotebookQT4/cellfactory.cpp
Expand Up @@ -56,6 +56,9 @@ licence: http://www.trolltech.com/products/qt/licensing.html
#include <QtCore/QObject>
#include <QtGui/QMessageBox>

#include <exception>
#include <stdexcept>

//IAEX Headers
#include "cellfactory.h"
#include "textcell.h"
Expand Down
3 changes: 3 additions & 0 deletions OMNotebook/OMNotebookQT4/cursorcommands.h
Expand Up @@ -48,6 +48,9 @@ licence: http://www.trolltech.com/products/qt/licensing.html
#ifndef _CURSORCOMMANDS_H
#define _CURSORCOMMANDS_H

#include <exception>
#include <stdexcept>

#include "command.h"
#include "factory.h"
#include "document.h"
Expand Down
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookQT4/imagesizedlg.h
Expand Up @@ -56,7 +56,7 @@ licence: http://www.trolltech.com/products/qt/licensing.html
#define IMAGESIZEDLG_H


#include "ui_imagesizedlg.h"
#include "ui_ImageSizeDlg.h"


namespace IAEX
Expand Down

0 comments on commit 398ba23

Please sign in to comment.