From: konrad Date: Mon, 28 Dec 2009 14:04:37 +0000 (+0000) Subject: moved login dialog to dialogs X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=2b7dda3e2606cf836775cbdf6286493048686a43;p=konrad%2Fsmoke.git moved login dialog to dialogs git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@362 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/src/dialogs/dialogs.pri b/src/dialogs/dialogs.pri index f7aace9..b18df66 100644 --- a/src/dialogs/dialogs.pri +++ b/src/dialogs/dialogs.pri @@ -4,6 +4,7 @@ HEADERS += \ dialogs/eventsummary.h \ dialogs/orderwin.h \ dialogs/moneylog.h \ + dialogs/login.h \ dialogs/passwdchg.h SOURCES += \ @@ -12,6 +13,7 @@ SOURCES += \ dialogs/eventsummary.cpp \ dialogs/orderwin.cpp \ dialogs/moneylog.cpp \ + dialogs/login.cpp \ dialogs/passwdchg.cpp INCLUDEPATH += ./dialogs \ No newline at end of file diff --git a/src/login.cpp b/src/dialogs/login.cpp similarity index 100% rename from src/login.cpp rename to src/dialogs/login.cpp diff --git a/src/login.h b/src/dialogs/login.h similarity index 100% rename from src/login.h rename to src/dialogs/login.h diff --git a/src/smoke.pro b/src/smoke.pro index ccdba23..f487a77 100644 --- a/src/smoke.pro +++ b/src/smoke.pro @@ -22,7 +22,6 @@ RCC_DIR = .ctmp SOURCES = \ main.cpp \ - login.cpp \ event.cpp \ order.cpp \ shipping.cpp \ @@ -30,7 +29,6 @@ SOURCES = \ HEADERS = \ main.h \ - login.h \ event.h \ order.h \ shipping.h \