X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmainapp%2Fmain.cpp;h=48074843d7acfdcc6e90d856dacbaf6977dc2ff9;hb=f34fe4370628985ef1a4a4527cfa85165624e27c;hp=558465c7e0de30b4992aed95ee96c3d518dfcbaf;hpb=3f46c180da0806c9c263e6d87d0f1404632402da;p=architektonas diff --git a/src/mainapp/main.cpp b/src/mainapp/main.cpp index 558465c..4807484 100644 --- a/src/mainapp/main.cpp +++ b/src/mainapp/main.cpp @@ -3,7 +3,9 @@ // Part of the Architektonas Project // Originally part of QCad Community Edition by Andrew Mustun // Extensively rewritten and refactored by James L. Hammons -// (C) 2010 Underground Software +// Portions copyright (C) 2001-2003 RibbonSoft +// Copyright (C) 2010 Underground Software +// See the README and GPLv2 files for licensing and warranty information // // JLH = James L. Hammons // @@ -38,7 +40,7 @@ QSplashScreen * splash = 0; #include "dlginitial.h" -#include "qc_applicationwindow.h" +#include "applicationwindow.h" #ifdef RS_CAM # include "rs_filtercam.h" @@ -217,7 +219,7 @@ int main(int argc, char * argv[]) #endif RS_DEBUG->print("main: creating main window.."); - QC_ApplicationWindow * appWin = new QC_ApplicationWindow(); + ApplicationWindow * appWin = new ApplicationWindow(); RS_DEBUG->print("main: setting caption"); appWin->setWindowTitle("Architektonas"); RS_DEBUG->print("main: show main window");