X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fttedit.cpp;h=46e994362cc29a78e90164fc329df9c499dce53a;hb=3fe885b75511c9fbfe18a5c509260e83bb7ac136;hp=62417b5fd010ff88c20f6bfed5a2e60ecdd33856;hpb=0cdf0ebfb4b788156b8eb2c2acadd5f95fe5be26;p=ttedit diff --git a/src/ttedit.cpp b/src/ttedit.cpp old mode 100755 new mode 100644 index 62417b5..46e9943 --- a/src/ttedit.cpp +++ b/src/ttedit.cpp @@ -6,7 +6,7 @@ // JLH = James L. Hammons // // Who When What -// --- ---------- ------------------------------------------------------------- +// --- ---------- ----------------------------------------------------------- // JLH 04/10/2002 Created this file // JLH 05/10/2004 Translated file from ASM to CPP // JLH 05/14/2004 Added rudimentary editing capability to tool palette tools @@ -18,13 +18,13 @@ #include "ttedit.h" #include -#include "ttemainwindow.h" +#include "mainwindow.h" // Main app constructor--we stick globally accessible stuff here... TTEdit::TTEdit(int & argc, char * argv[]): QApplication(argc, argv), charWnd(NULL) { - mainWindow = new TTEMainWindow; + mainWindow = new MainWindow; //printf("mainWindow.show();\n"); mainWindow->show(); }