summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/mainindex/cindexitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/mainindex/cindexitem.h')
-rw-r--r--bibletime/frontend/mainindex/cindexitem.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/bibletime/frontend/mainindex/cindexitem.h b/bibletime/frontend/mainindex/cindexitem.h
index bdc1f3a..ba80afd 100644
--- a/bibletime/frontend/mainindex/cindexitem.h
+++ b/bibletime/frontend/mainindex/cindexitem.h
@@ -167,8 +167,8 @@ private:
class CBookmarkItem : public CItemBase {
public:
- CBookmarkItem(CFolderBase* tqparentItem, CSwordModuleInfo* module, const TQString& key, const TQString& description);
- CBookmarkItem(CFolderBase* tqparentItem, TQDomElement& xml);
+ CBookmarkItem(CFolderBase* parentItem, CSwordModuleInfo* module, const TQString& key, const TQString& description);
+ CBookmarkItem(CFolderBase* parentItem, TQDomElement& xml);
virtual ~CBookmarkItem();
CSwordModuleInfo* const module();
const TQString key();
@@ -228,8 +228,8 @@ private: // Private methods
class CFolderBase : public CItemBase {
public:
CFolderBase(CMainIndex* mainIndex, const Type type);
- CFolderBase(CFolderBase* tqparentFolder, const Type type);
- CFolderBase(CFolderBase* tqparentFolder, const TQString& caption);
+ CFolderBase(CFolderBase* parentFolder, const Type type);
+ CFolderBase(CFolderBase* parentFolder, const TQString& caption);
virtual ~CFolderBase();
virtual const bool isFolder();
@@ -263,7 +263,7 @@ protected:
class CTreeFolder : public CFolderBase {
public:
CTreeFolder(CMainIndex* mainIndex, const Type type, const TQString& language );
- CTreeFolder(CFolderBase* tqparentFolder, const Type type, const TQString& language );
+ CTreeFolder(CFolderBase* parentFolder, const Type type, const TQString& language );
virtual ~CTreeFolder();
virtual void addGroup(const Type type, const TQString language);
@@ -284,7 +284,7 @@ private:
class CGlossaryFolder : public CTreeFolder {
public:
CGlossaryFolder(CMainIndex* mainIndex, const Type type, const TQString& fromLanguage, const TQString& toLanguage );
- CGlossaryFolder(CFolderBase* tqparentFolder, const Type type, const TQString& fromLanguage, const TQString& toLanguage );
+ CGlossaryFolder(CFolderBase* parentFolder, const Type type, const TQString& fromLanguage, const TQString& toLanguage );
virtual ~CGlossaryFolder();
virtual void initTree();
@@ -309,7 +309,7 @@ private:
class CBookmarkFolder : public CTreeFolder {
public:
CBookmarkFolder(CMainIndex* mainIndex, const Type type = BookmarkFolder);
- CBookmarkFolder(CFolderBase* tqparentItem, const Type type = BookmarkFolder);
+ CBookmarkFolder(CFolderBase* parentItem, const Type type = BookmarkFolder);
virtual ~CBookmarkFolder();
virtual const bool enableAction(const MenuAction action);
virtual void exportBookmarks();
@@ -365,8 +365,8 @@ private:
class SubFolder : public CBookmarkFolder {
public:
- SubFolder(CFolderBase* tqparentItem, const TQString& caption);
- SubFolder(CFolderBase* tqparentItem, TQDomElement& xml);
+ SubFolder(CFolderBase* parentItem, const TQString& caption);
+ SubFolder(CFolderBase* parentItem, TQDomElement& xml);
virtual ~SubFolder();
virtual void init();
/**