From 0579ae7150f2a95685fdb5754cd092c5588ca7a6 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/kpicosim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/codeeditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codeeditor.h') diff --git a/src/codeeditor.h b/src/codeeditor.h index 06f905e..db90ad8 100755 --- a/src/codeeditor.h +++ b/src/codeeditor.h @@ -30,7 +30,7 @@ class CodeEditor : public TQWidget Q_OBJECT TQ_OBJECT public: - CodeEditor(TQWidget *tqparent = 0, const char *name = 0); + CodeEditor(TQWidget *parent = 0, const char *name = 0); ~CodeEditor(); void clearExecutionMarker() ; -- cgit v1.2.3