rename form1 to mainwindow

This commit is contained in:
Peinthor Rene
2012-01-21 11:50:34 +01:00
parent 3a16ced87f
commit 9c957f0312
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include <qapplication.h>
#include "form1.h"
#include "mainwindow.h"
#include "extendedmainform.h"
#if defined(Q_WS_MAC)
+1 -1
View File
@@ -9,7 +9,7 @@
#ifndef __EXTENDEDMAINFORM__
#define __EXTENDEDMAINFORM__
#include "form1.h"
#include "mainwindow.h"
#include <QDragEnterEvent>
class ExtendedMainForm : public mainForm
+1 -1
View File
@@ -1,4 +1,4 @@
#include "form1.h"
#include "mainwindow.h"
#include <qvariant.h>
#include <qimage.h>
View File
+4 -4
View File
@@ -22,11 +22,11 @@ HEADERS += extendedmainform.h \
edittableform.h \
exporttablecsvform.h \
findform.h \
form1.h \
importcsvform.h \
renametableform.h \
sqllogform.h \
preferencesform.h
preferencesform.h \
mainwindow.h
SOURCES += extendedmainform.cpp \
browsermain.cpp \
sqlitedb.cpp \
@@ -45,11 +45,11 @@ SOURCES += extendedmainform.cpp \
edittableform.cpp \
exporttablecsvform.cpp \
findform.cpp \
form1.cpp \
importcsvform.cpp \
renametableform.cpp \
sqllogform.cpp \
preferencesform.cpp
preferencesform.cpp \
mainwindow.cpp
IMAGES = images/create_index.png \
images/create_table.png \
images/delete_index.png \