diff options
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: |