From f7ceb2957839027e8027a9a4c0dfff730cb9b704 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/libgui/editor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libgui/editor.h') diff --git a/src/libgui/editor.h b/src/libgui/editor.h index 1a4c54d..0c80b07 100644 --- a/src/libgui/editor.h +++ b/src/libgui/editor.h @@ -23,8 +23,8 @@ class Editor : public TQWidget Q_OBJECT TQ_OBJECT public: - Editor(const TQString &title, const TQString &tag, TQWidget *tqparent, const char *name); - Editor(TQWidget *tqparent, const char *name); + Editor(const TQString &title, const TQString &tag, TQWidget *parent, const char *name); + Editor(TQWidget *parent, const char *name); virtual TQSizePolicy sizePolicy() const; virtual PURL::FileType fileType() const = 0; virtual bool isModified() const = 0; -- cgit v1.2.1