From c5cabc7b2aba18b12270986a265469f72166b7e0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 27 Dec 2008 16:09:08 +0000 Subject: Renamed some stuff svn-id: r35574 --- gui/themebrowser.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gui/themebrowser.h') diff --git a/gui/themebrowser.h b/gui/themebrowser.h index c33e239110..477034d5be 100644 --- a/gui/themebrowser.h +++ b/gui/themebrowser.h @@ -42,22 +42,22 @@ public: void open(); void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); - const Common::String &selected() const { return _select; } + const Common::String &getSelected() const { return _select; } private: - struct Entry { + struct ThemeDescriptor { Common::String name; Common::String file; }; ListWidget *_fileList; Common::String _select; - typedef Common::Array ThList; - ThList _themes; + typedef Common::Array ThemeDescList; + ThemeDescList _themes; void updateListing(); - void addDir(ThList &list, const Common::FSNode &node); - bool isTheme(const Common::FSNode &node, Entry &out); + void addDir(ThemeDescList &list, const Common::FSNode &node); + bool isTheme(const Common::FSNode &node, ThemeDescriptor &out); }; } // end of namespace GUI -- cgit v1.2.3