diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-27 23:43:24 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-29 19:45:53 +0200 |
commit | 3cca6548aefcfe0751ab7b4d70ac71ace486e12e (patch) | |
tree | d4cc812676bc6f31ed5f1da6fd99fe0410abf9cd /src/Makefile.am | |
parent | 9c99cee38effd341889267c8cda6c964af561aa1 (diff) | |
download | mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.gz mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.bz2 mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.xz mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.zip |
Removed underscores from some non-conforming filenames
We don't use underscores in the filenames generally, and let's be
consistent on that matter.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 567843e3..c22fd91d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -69,14 +69,14 @@ tmw_SOURCES = gui/widgets/avatar.cpp \ gui/buy.h \ gui/buysell.cpp \ gui/buysell.h \ - gui/char_select.cpp \ - gui/char_select.h \ + gui/charselectdialog.cpp \ + gui/charselectdialog.h \ gui/charcreatedialog.cpp \ gui/charcreatedialog.h \ gui/chat.cpp \ gui/chat.h \ - gui/confirm_dialog.cpp \ - gui/confirm_dialog.h \ + gui/confirmdialog.cpp \ + gui/confirmdialog.h \ gui/debugwindow.cpp \ gui/debugwindow.h \ gui/emotecontainer.cpp \ @@ -95,8 +95,8 @@ tmw_SOURCES = gui/widgets/avatar.cpp \ gui/help.h \ gui/inventorywindow.cpp \ gui/inventorywindow.h \ - gui/item_amount.cpp \ - gui/item_amount.h \ + gui/itemamount.cpp \ + gui/itemamount.h \ gui/itemcontainer.cpp \ gui/itemcontainer.h \ gui/itemlinkhandler.cpp \ @@ -114,8 +114,8 @@ tmw_SOURCES = gui/widgets/avatar.cpp \ gui/minimap.h \ gui/ministatus.cpp \ gui/ministatus.h \ - gui/npc_text.cpp \ - gui/npc_text.h \ + gui/npctextdialog.cpp \ + gui/npctextdialog.h \ gui/npcintegerdialog.cpp \ gui/npcintegerdialog.h \ gui/npclistdialog.cpp \ @@ -124,8 +124,8 @@ tmw_SOURCES = gui/widgets/avatar.cpp \ gui/npcpostdialog.h \ gui/npcstringdialog.cpp \ gui/npcstringdialog.h \ - gui/ok_dialog.cpp \ - gui/ok_dialog.h \ + gui/okdialog.cpp \ + gui/okdialog.h \ gui/palette.cpp \ gui/palette.h \ gui/partywindow.cpp \ @@ -176,8 +176,8 @@ tmw_SOURCES = gui/widgets/avatar.cpp \ gui/storagewindow.h \ gui/table.cpp \ gui/table.h \ - gui/table_model.cpp \ - gui/table_model.h \ + gui/tablemodel.cpp \ + gui/tablemodel.h \ gui/textdialog.cpp \ gui/textdialog.h \ gui/textrenderer.h \ @@ -294,8 +294,8 @@ tmw_SOURCES = gui/widgets/avatar.cpp \ engine.h \ equipment.cpp \ equipment.h \ - floor_item.cpp \ - floor_item.h \ + flooritem.cpp \ + flooritem.h \ flooritemmanager.cpp \ flooritemmanager.h \ game.cpp \ @@ -340,8 +340,8 @@ tmw_SOURCES = gui/widgets/avatar.cpp \ particleemitterprop.h \ player.cpp \ player.h \ - player_relations.cpp \ - player_relations.h \ + playerrelations.cpp \ + playerrelations.h \ position.cpp \ position.h \ properties.h \ |