summaryrefslogtreecommitdiffstats
path: root/src/translators/tellicoxmlexporter.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit89c017c3d5126cabd96acce26f538b37b48c085f (patch)
tree115673043b52ffe2e5f8b01ebcd7b886e0a1318b /src/translators/tellicoxmlexporter.h
parent0254ebaa5e056092461fd585b6851d15faa43035 (diff)
downloadtellico-89c017c3d5126cabd96acce26f538b37b48c085f.tar.gz
tellico-89c017c3d5126cabd96acce26f538b37b48c085f.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/translators/tellicoxmlexporter.h')
-rw-r--r--src/translators/tellicoxmlexporter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/translators/tellicoxmlexporter.h b/src/translators/tellicoxmlexporter.h
index 1fe4f43..666bdde 100644
--- a/src/translators/tellicoxmlexporter.h
+++ b/src/translators/tellicoxmlexporter.h
@@ -59,13 +59,13 @@ public:
static const unsigned syntaxVersion;
private:
- void exportCollectionXML(TQDomDocument& doc, TQDomElement& tqparent, bool format) const;
- void exportFieldXML(TQDomDocument& doc, TQDomElement& tqparent, Data::FieldPtr field) const;
- void exportEntryXML(TQDomDocument& doc, TQDomElement& tqparent, Data::EntryPtr entry, bool format) const;
- void exportImageXML(TQDomDocument& doc, TQDomElement& tqparent, const TQString& imageID) const;
- void exportGroupXML(TQDomDocument& doc, TQDomElement& tqparent) const;
- void exportFilterXML(TQDomDocument& doc, TQDomElement& tqparent, FilterPtr filter) const;
- void exportBorrowerXML(TQDomDocument& doc, TQDomElement& tqparent, Data::BorrowerPtr borrower) const;
+ void exportCollectionXML(TQDomDocument& doc, TQDomElement& parent, bool format) const;
+ void exportFieldXML(TQDomDocument& doc, TQDomElement& parent, Data::FieldPtr field) const;
+ void exportEntryXML(TQDomDocument& doc, TQDomElement& parent, Data::EntryPtr entry, bool format) const;
+ void exportImageXML(TQDomDocument& doc, TQDomElement& parent, const TQString& imageID) const;
+ void exportGroupXML(TQDomDocument& doc, TQDomElement& parent) const;
+ void exportFilterXML(TQDomDocument& doc, TQDomElement& parent, FilterPtr filter) const;
+ void exportBorrowerXML(TQDomDocument& doc, TQDomElement& parent, Data::BorrowerPtr borrower) const;
// keep track of which images were written, since some entries could have same image
mutable StringSet m_images;