From f24ac211b8e67f545e757a50da4a00252d092869 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/softwareimporters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/softwareimporters.h') 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 -- cgit v1.2.1