diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 631d7b9b0878ca3842496b5719f9c5803335e150 (patch) | |
tree | d09fe0c8cd6edfd28c9c7947b0af60ccc75fbb8d /src/softwareimporters.h | |
parent | 33f08e93132a53bf14f41f5f1e567eeea832b336 (diff) | |
download | basket-631d7b9b0878ca3842496b5719f9c5803335e150.tar.gz basket-631d7b9b0878ca3842496b5719f9c5803335e150.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/softwareimporters.h')
-rw-r--r-- | src/softwareimporters.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/softwareimporters.h b/src/softwareimporters.h index 1f93775..4ceeca5 100644 --- a/src/softwareimporters.h +++ b/src/softwareimporters.h @@ -40,7 +40,7 @@ class TreeImportDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - TreeImportDialog(TQWidget *tqparent = 0); + TreeImportDialog(TQWidget *parent = 0); ~TreeImportDialog(); int choice(); private: @@ -55,7 +55,7 @@ class TextFileImportDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - TextFileImportDialog(TQWidget *tqparent = 0); + TextFileImportDialog(TQWidget *parent = 0); ~TextFileImportDialog(); TQString separator(); protected slots: @@ -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 *parentNote = 0); + Note* insertTitledNote(Basket *parent, const TQString &title, const TQString &content, TQt::TextFormat format = TQt::PlainText, Note *parentNote = 0); void finishImport(Basket *basket); // The importers in themselves: |