1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

filenames

This commit is contained in:
Tom Mason 2013-08-18 12:11:39 +01:00
parent 3264b5974e
commit 454b64974d
6 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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"

View File

@ -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)
{ {

View File

@ -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>