mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-05 03:50:51 +01:00
Classe "ElementFixe" renommee en "FixedElement"
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@47 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef ELEMENTPERSO_H
|
||||
#define ELEMENTPERSO_H
|
||||
#include "elementfixe.h"
|
||||
#include "fixedelement.h"
|
||||
#include <QtGui>
|
||||
class ElementPerso : public ElementFixe {
|
||||
class ElementPerso : public FixedElement {
|
||||
public:
|
||||
ElementPerso(QString &, QGraphicsItem * = 0, Diagram * = 0, int * = NULL);
|
||||
virtual int nbTerminals() const;
|
||||
|
||||
Reference in New Issue
Block a user