X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcharwindow.cpp;fp=src%2Fcharwindow.cpp;h=0309b78e82630cbbb00e31540b192c791257fae6;hb=cf3ec188764cdf34ff3472ee9806aba3a772d2df;hp=cea3baad3d74f848d94056f22bde8be0444ef3c3;hpb=0cdf0ebfb4b788156b8eb2c2acadd5f95fe5be26;p=ttedit diff --git a/src/charwindow.cpp b/src/charwindow.cpp index cea3baa..0309b78 100755 --- a/src/charwindow.cpp +++ b/src/charwindow.cpp @@ -24,7 +24,8 @@ #include "charwindow.h" #include "debug.h" -CharWindow::CharWindow(QWidget * parent/*= NULL*/): QWidget(parent, Qt::Tool), path(NULL) +//CharWindow::CharWindow(QWidget * parent/*= NULL*/): QWidget(parent, Qt::Tool), path(NULL) +CharWindow::CharWindow(QWidget * parent/*= NULL*/): QWidget(parent, Qt::Window), path(NULL) { setWindowTitle("Character: Unknown"); }