summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:37 -0600
commit3bb71d188c7584740f050a940d25df51ca84bc0a (patch)
treef4a5ebf6d2ec0ff9ab676f013a8beefeb1e0ab23
parentbbc80561c4a43b82c87c641483f8dc2aa507afac (diff)
downloadtqscintilla-3bb71d188c7584740f050a940d25df51ca84bc0a.tar.gz
tqscintilla-3bb71d188c7584740f050a940d25df51ca84bc0a.zip
Remove spurious TQ_OBJECT instances
-rw-r--r--example/application.h2
-rw-r--r--qt/SciListBox.h2
-rw-r--r--qt/qextscintilla.h2
-rw-r--r--qt/qextscintillabase.h2
-rw-r--r--qt/qextscintillalexer.h2
-rw-r--r--qt/qextscintillalexerbash.h2
-rw-r--r--qt/qextscintillalexerbatch.h2
-rw-r--r--qt/qextscintillalexercpp.h2
-rw-r--r--qt/qextscintillalexercsharp.h2
-rw-r--r--qt/qextscintillalexercss.h2
-rw-r--r--qt/qextscintillalexerdiff.h2
-rw-r--r--qt/qextscintillalexerhtml.h2
-rw-r--r--qt/qextscintillalexeridl.h2
-rw-r--r--qt/qextscintillalexerjava.h2
-rw-r--r--qt/qextscintillalexerjavascript.h2
-rw-r--r--qt/qextscintillalexerlua.h2
-rw-r--r--qt/qextscintillalexermakefile.h2
-rw-r--r--qt/qextscintillalexerperl.h2
-rw-r--r--qt/qextscintillalexerpov.h2
-rw-r--r--qt/qextscintillalexerproperties.h2
-rw-r--r--qt/qextscintillalexerpython.h2
-rw-r--r--qt/qextscintillalexerruby.h2
-rw-r--r--qt/qextscintillalexersql.h2
-rw-r--r--qt/qextscintillalexertex.h2
-rw-r--r--qt/qextscintillamacro.h2
25 files changed, 25 insertions, 25 deletions
diff --git a/example/application.h b/example/application.h
index a04ed15..3905785 100644
--- a/example/application.h
+++ b/example/application.h
@@ -19,7 +19,7 @@ class QextScintillaPrinter;
class ApplicationWindow: public TQMainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
ApplicationWindow();
diff --git a/qt/SciListBox.h b/qt/SciListBox.h
index 5541dea..6df4b24 100644
--- a/qt/SciListBox.h
+++ b/qt/SciListBox.h
@@ -36,7 +36,7 @@ class ListBoxX;
class SciListBox : public TQListBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
SciListBox(TQWidget *parent,ListBoxX *lbx_);
diff --git a/qt/qextscintilla.h b/qt/qextscintilla.h
index 331ebad..292540d 100644
--- a/qt/qextscintilla.h
+++ b/qt/qextscintilla.h
@@ -51,7 +51,7 @@ class QextScintillaCommandSet;
class TQEXTSCINTILLA_EXPORT QextScintilla : public QextScintillaBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the different auto-indentation styles.
diff --git a/qt/qextscintillabase.h b/qt/qextscintillabase.h
index 1e5a792..0bf4eb3 100644
--- a/qt/qextscintillabase.h
+++ b/qt/qextscintillabase.h
@@ -56,7 +56,7 @@ class TQPixmap;
class TQEXTSCINTILLA_EXPORT QextScintillaBase : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! The low-level Scintilla API is implemented as a set of messages
diff --git a/qt/qextscintillalexer.h b/qt/qextscintillalexer.h
index 689200f..fc3afab 100644
--- a/qt/qextscintillalexer.h
+++ b/qt/qextscintillalexer.h
@@ -55,7 +55,7 @@ class TQSettings;
class TQEXTSCINTILLA_EXPORT QextScintillaLexer : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! Construct a QextScintillaLexer with parent \a parent and name
diff --git a/qt/qextscintillalexerbash.h b/qt/qextscintillalexerbash.h
index 56c184e..a07fbad 100644
--- a/qt/qextscintillalexerbash.h
+++ b/qt/qextscintillalexerbash.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerBash : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexerbatch.h b/qt/qextscintillalexerbatch.h
index e652249..ee72615 100644
--- a/qt/qextscintillalexerbatch.h
+++ b/qt/qextscintillalexerbatch.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerBatch : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexercpp.h b/qt/qextscintillalexercpp.h
index 95e8011..2d7692f 100644
--- a/qt/qextscintillalexercpp.h
+++ b/qt/qextscintillalexercpp.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerCPP : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexercsharp.h b/qt/qextscintillalexercsharp.h
index 441ea53..e965975 100644
--- a/qt/qextscintillalexercsharp.h
+++ b/qt/qextscintillalexercsharp.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerCSharp : public QextScintillaLexerCPP
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! Construct a QextScintillaLexerCSharp with parent \a parent and name
diff --git a/qt/qextscintillalexercss.h b/qt/qextscintillalexercss.h
index 32421fa..03d3bc7 100644
--- a/qt/qextscintillalexercss.h
+++ b/qt/qextscintillalexercss.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerCSS : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexerdiff.h b/qt/qextscintillalexerdiff.h
index ab1412e..97e0247 100644
--- a/qt/qextscintillalexerdiff.h
+++ b/qt/qextscintillalexerdiff.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerDiff : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexerhtml.h b/qt/qextscintillalexerhtml.h
index 06b94d9..f4d871a 100644
--- a/qt/qextscintillalexerhtml.h
+++ b/qt/qextscintillalexerhtml.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerHTML : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexeridl.h b/qt/qextscintillalexeridl.h
index 0f14c65..e29f443 100644
--- a/qt/qextscintillalexeridl.h
+++ b/qt/qextscintillalexeridl.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerIDL : public QextScintillaLexerCPP
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! Construct a QextScintillaLexerIDL with parent \a parent and name
diff --git a/qt/qextscintillalexerjava.h b/qt/qextscintillalexerjava.h
index 8cd66fe..69f4d60 100644
--- a/qt/qextscintillalexerjava.h
+++ b/qt/qextscintillalexerjava.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerJava : public QextScintillaLexerCPP
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! Construct a QextScintillaLexerJava with parent \a parent and name
diff --git a/qt/qextscintillalexerjavascript.h b/qt/qextscintillalexerjavascript.h
index d39a914..cfa08f7 100644
--- a/qt/qextscintillalexerjavascript.h
+++ b/qt/qextscintillalexerjavascript.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerJavaScript : public QextScintillaLexerCPP
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! Construct a QextScintillaLexerJavaScript with parent \a parent and
diff --git a/qt/qextscintillalexerlua.h b/qt/qextscintillalexerlua.h
index 1e4f26d..7a5c223 100644
--- a/qt/qextscintillalexerlua.h
+++ b/qt/qextscintillalexerlua.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerLua : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexermakefile.h b/qt/qextscintillalexermakefile.h
index dcd5d6f..60c6ae4 100644
--- a/qt/qextscintillalexermakefile.h
+++ b/qt/qextscintillalexermakefile.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerMakefile : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexerperl.h b/qt/qextscintillalexerperl.h
index 08160ab..557ce2f 100644
--- a/qt/qextscintillalexerperl.h
+++ b/qt/qextscintillalexerperl.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerPerl : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexerpov.h b/qt/qextscintillalexerpov.h
index 36bcec4..a92367f 100644
--- a/qt/qextscintillalexerpov.h
+++ b/qt/qextscintillalexerpov.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerPOV : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexerproperties.h b/qt/qextscintillalexerproperties.h
index a25cd59..1f20304 100644
--- a/qt/qextscintillalexerproperties.h
+++ b/qt/qextscintillalexerproperties.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerProperties : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexerpython.h b/qt/qextscintillalexerpython.h
index ad92e8a..d5af297 100644
--- a/qt/qextscintillalexerpython.h
+++ b/qt/qextscintillalexerpython.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerPython : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexerruby.h b/qt/qextscintillalexerruby.h
index 2fa6c03..c09e2e2 100644
--- a/qt/qextscintillalexerruby.h
+++ b/qt/qextscintillalexerruby.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerRuby : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexersql.h b/qt/qextscintillalexersql.h
index 586d1e0..96dd67d 100644
--- a/qt/qextscintillalexersql.h
+++ b/qt/qextscintillalexersql.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerSQL : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillalexertex.h b/qt/qextscintillalexertex.h
index 89fa694..672e4db 100644
--- a/qt/qextscintillalexertex.h
+++ b/qt/qextscintillalexertex.h
@@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerTeX : public QextScintillaLexer
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! This enum defines the meanings of the different styles used by the
diff --git a/qt/qextscintillamacro.h b/qt/qextscintillamacro.h
index 4ef32ae..c565522 100644
--- a/qt/qextscintillamacro.h
+++ b/qt/qextscintillamacro.h
@@ -44,7 +44,7 @@ class QextScintilla;
class TQEXTSCINTILLA_EXPORT QextScintillaMacro : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! Construct a QextScintillaMacro with parent \a parent and name