summaryrefslogtreecommitdiffstats
path: root/src/softwareimporters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/softwareimporters.h')
-rw-r--r--src/softwareimporters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/softwareimporters.h b/src/softwareimporters.h
index 2d7394f..1f93775 100644
--- a/src/softwareimporters.h
+++ b/src/softwareimporters.h
@@ -74,7 +74,7 @@ namespace SoftwareImporters
// Useful methods to design importers:
TQString fromICS(const TQString &ics);
TQString fromTomboy(TQString tomboy);
- Note* insertTitledNote(Basket *tqparent, const TQString &title, const TQString &content, TQt::TextFormat format = TQt::PlainText, Note *tqparentNote = 0);
+ Note* insertTitledNote(Basket *tqparent, const TQString &title, const TQString &content, TQt::TextFormat format = TQt::PlainText, Note *parentNote = 0);
void finishImport(Basket *basket);
// The importers in themselves:
@@ -87,7 +87,7 @@ namespace SoftwareImporters
void importTextFile();
//
- void importTuxCardsNode(const TQDomElement &element, Basket *tqparentBasket, Note *tqparentNote, int remainingHierarchy);
+ void importTuxCardsNode(const TQDomElement &element, Basket *parentBasket, Note *parentNote, int remainingHierarchy);
}
#endif // SOFTWAREIMPORTERS_H