summaryrefslogtreecommitdiffstats
path: root/src/kile/kilejscript.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit993281b03bb165b620668285531cc2a58083393b (patch)
treecec760f712cd20594b79fd52621860f461344fd4 /src/kile/kilejscript.h
parente7943f0f55e7680153deace7e00370bb7d6a82c9 (diff)
downloadkile-993281b03bb165b620668285531cc2a58083393b.tar.gz
kile-993281b03bb165b620668285531cc2a58083393b.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kile@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kile/kilejscript.h')
-rw-r--r--src/kile/kilejscript.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/kilejscript.h b/src/kile/kilejscript.h
index f5082db..32f8886 100644
--- a/src/kile/kilejscript.h
+++ b/src/kile/kilejscript.h
@@ -125,7 +125,7 @@ class Manager : public TQObject {
/**
* Constructs a new Manager object.
**/
- Manager(KileInfo *info, KConfig *config, KActionCollection *actionCollection, TQObject *tqparent = 0, const char *name = 0);
+ Manager(KileInfo *info, KConfig *config, KActionCollection *actionCollection, TQObject *parent = 0, const char *name = 0);
virtual ~Manager();
/**
@@ -267,7 +267,7 @@ class ScriptExecutionAction : public KAction {
TQ_OBJECT
public:
- ScriptExecutionAction(unsigned int scriptID, Manager *manager, KActionCollection* tqparent = 0);
+ ScriptExecutionAction(unsigned int scriptID, Manager *manager, KActionCollection* parent = 0);
virtual ~ScriptExecutionAction();