summaryrefslogtreecommitdiffstats
path: root/src/kile/kilejscript.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:39 -0600
commit5e5e1ee729b58bb247285edf1e74558ddf71d8a6 (patch)
tree37de6ff5d63dfd21f1ca3cdcb53ac1e576400363 /src/kile/kilejscript.h
parent27716379aeccd192e05510a8cf63ebbc34718783 (diff)
downloadkile-5e5e1ee729b58bb247285edf1e74558ddf71d8a6.tar.gz
kile-5e5e1ee729b58bb247285edf1e74558ddf71d8a6.zip
Remove spurious TQ_OBJECT instances
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 32f8886..de0706b 100644
--- a/src/kile/kilejscript.h
+++ b/src/kile/kilejscript.h
@@ -119,7 +119,7 @@ class JScriptEnvironment {
**/
class Manager : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
@@ -264,7 +264,7 @@ class Manager : public TQObject {
class ScriptExecutionAction : public KAction {
Q_OBJECT
- TQ_OBJECT
+
public:
ScriptExecutionAction(unsigned int scriptID, Manager *manager, KActionCollection* parent = 0);