filenames

pull/51/head
Tom Mason 12 years ago
parent 3264b5974e
commit 454b64974d

@ -4,8 +4,8 @@ set(LAUNCHER
main.cpp main.cpp
maindialog.cpp maindialog.cpp
playpage.cpp playpage.cpp
unshield_thread.cpp unshieldthread.cpp
text_slot_msg_box.cpp textslotmsgbox.cpp
settings/gamesettings.cpp settings/gamesettings.cpp
settings/graphicssettings.cpp settings/graphicssettings.cpp
@ -22,8 +22,8 @@ set(LAUNCHER_HEADER
graphicspage.hpp graphicspage.hpp
maindialog.hpp maindialog.hpp
playpage.hpp playpage.hpp
unshield_thread.hpp unshieldthread.hpp
text_slot_msg_box.hpp textslotmsgbox.hpp
settings/gamesettings.hpp settings/gamesettings.hpp
settings/graphicssettings.hpp settings/graphicssettings.hpp
@ -41,8 +41,8 @@ set(LAUNCHER_HEADER_MOC
graphicspage.hpp graphicspage.hpp
maindialog.hpp maindialog.hpp
playpage.hpp playpage.hpp
unshield_thread.hpp unshieldthread.hpp
text_slot_msg_box.hpp textslotmsgbox.hpp
utils/checkablemessagebox.hpp utils/checkablemessagebox.hpp
utils/textinputdialog.hpp utils/textinputdialog.hpp

@ -11,8 +11,8 @@
#include <QDebug> #include <QDebug>
#include "unshield_thread.hpp" #include "unshieldthread.hpp"
#include "text_slot_msg_box.hpp" #include "textslotmsgbox.hpp"
#include "utils/checkablemessagebox.hpp" #include "utils/checkablemessagebox.hpp"

@ -1,4 +1,4 @@
#include "text_slot_msg_box.hpp" #include "textslotmsgbox.hpp"
void TextSlotMsgBox::setTextSlot(const QString& string) void TextSlotMsgBox::setTextSlot(const QString& string)
{ {

@ -1,4 +1,4 @@
#include "unshield_thread.hpp" #include "unshieldthread.hpp"
#include <fstream> #include <fstream>
#include <components/misc/stringops.hpp> #include <components/misc/stringops.hpp>
Loading…
Cancel
Save