diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-09-06 04:12:30 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-09-06 04:12:30 +0000 |
| commit | 0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9 (patch) | |
| tree | a2031b9d0016fcbd49a51c0d1a2292d1f2d8b566 /sigmodr/models/GlobalScriptGroupModel.h | |
| parent | b81f5bffa2772eb9bd3c67fb35485ab1ee2d96e7 (diff) | |
| download | sigen-0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9.tar.gz sigen-0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9.tar.xz sigen-0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9.zip | |
[FIX] Renamed everything (in use) away from Poké- prefixes
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@250 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigmodr/models/GlobalScriptGroupModel.h')
| -rw-r--r-- | sigmodr/models/GlobalScriptGroupModel.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sigmodr/models/GlobalScriptGroupModel.h b/sigmodr/models/GlobalScriptGroupModel.h index 442135b0..22a0277d 100644 --- a/sigmodr/models/GlobalScriptGroupModel.h +++ b/sigmodr/models/GlobalScriptGroupModel.h @@ -15,32 +15,32 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __POKEMODR_GLOBALSCRIPTGROUPMODEL__ -#define __POKEMODR_GLOBALSCRIPTGROUPMODEL__ +#ifndef __SIGMODR_GLOBALSCRIPTGROUPMODEL__ +#define __SIGMODR_GLOBALSCRIPTGROUPMODEL__ // Model includes #include "GroupModel.h" // Forward declarations -namespace Pokemod +namespace Sigmod { -class Pokemod; +class Sigmod; } -namespace Pokemodr +namespace Sigmodr { class GlobalScriptGroupModel : public GroupModel { Q_OBJECT public: - GlobalScriptGroupModel(BaseModel* parent, Pokemod::Pokemod* pokemod); + GlobalScriptGroupModel(BaseModel* parent, Sigmod::Sigmod* sigmod); ~GlobalScriptGroupModel(); QVariant data(const int role = Qt::DisplayRole) const; bool setData(const QVariant& value, int role = Qt::EditRole); public slots: - void addObject(Pokemod::Object* object = NULL); + void addObject(Sigmod::Object* object = NULL); void deleteObject(BaseObjectModel* model); }; } |
