Skip to content

Commit

Permalink
tipospgsql.(h|cpp) renamed to pgsqltypes.(h|cpp)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhaotix committed Dec 17, 2012
1 parent ea21dbc commit 8fb34c0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions libpgmodeler/libpgmodeler.pro
Expand Up @@ -26,7 +26,7 @@ HEADERS += $$PWD/src/textbox.h \
$$PWD/src/baseobject.h \ $$PWD/src/baseobject.h \
$$PWD/src/rule.h \ $$PWD/src/rule.h \
$$PWD/src/sequence.h \ $$PWD/src/sequence.h \
$$PWD/src/tipospgsql.h \ $$PWD/src/pgsqltypes.h \
$$PWD/src/conversion.h \ $$PWD/src/conversion.h \
$$PWD/src/schema.h \ $$PWD/src/schema.h \
$$PWD/src/indexelement.h \ $$PWD/src/indexelement.h \
Expand Down Expand Up @@ -56,7 +56,7 @@ SOURCES += $$PWD/src/textbox.cpp \
$$PWD/src/index.cpp \ $$PWD/src/index.cpp \
$$PWD/src/operator.cpp \ $$PWD/src/operator.cpp \
$$PWD/src/constraint.cpp \ $$PWD/src/constraint.cpp \
$$PWD/src/tipospgsql.cpp \ $$PWD/src/pgsqltypes.cpp \
$$PWD/src/schema.cpp \ $$PWD/src/schema.cpp \
$$PWD/src/language.cpp \ $$PWD/src/language.cpp \
$$PWD/src/role.cpp \ $$PWD/src/role.cpp \
Expand Down
2 changes: 1 addition & 1 deletion libpgmodeler/src/baseobject.h
Expand Up @@ -25,7 +25,7 @@


#include "parsersattributes.h" #include "parsersattributes.h"
#include "exception.h" #include "exception.h"
#include "tipospgsql.h" #include "pgsqltypes.h"
#include "schemaparser.h" #include "schemaparser.h"
#include "xmlparser.h" #include "xmlparser.h"
#include <map> #include <map>
Expand Down
@@ -1,4 +1,4 @@
#include "tipospgsql.h" #include "pgsqltypes.h"


/******************** /********************
* CLASSE: TipoBase * * CLASSE: TipoBase *
Expand Down
Expand Up @@ -18,8 +18,8 @@
# The complete text of GPLv3 is at LICENSE file on source code root directory. # The complete text of GPLv3 is at LICENSE file on source code root directory.
# Also, you can get the complete GNU General Public License at <http://www.gnu.org/licenses/> # Also, you can get the complete GNU General Public License at <http://www.gnu.org/licenses/>
*/ */
#ifndef TIPOSPGSQL_H #ifndef PGSQL_TYPES_H
#define TIPOSPGSQL_H #define PGSQL_TYPES_H


#include "exception.h" #include "exception.h"
#include "parsersattributes.h" #include "parsersattributes.h"
Expand Down
2 changes: 1 addition & 1 deletion libpgmodeler_ui/src/tipopgsqlwidget.h
Expand Up @@ -27,7 +27,7 @@


#include <QtGui> #include <QtGui>
#include "ui_tipopgsqlwidget.h" #include "ui_tipopgsqlwidget.h"
#include "tipospgsql.h" #include "pgsqltypes.h"
#include "destaquesintaxe.h" #include "destaquesintaxe.h"
#include "modelobd.h" #include "modelobd.h"


Expand Down

0 comments on commit 8fb34c0

Please sign in to comment.