summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 01:52:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 01:52:03 -0600
commit3997cae1995ebcd9ef771882dfec196de21810d9 (patch)
tree292f270969c6063e90c0cf393db4b219ec4dab6c
parent3bb71d188c7584740f050a940d25df51ca84bc0a (diff)
downloadtqscintilla-3997cae1.tar.gz
tqscintilla-3997cae1.zip
Enable tqt3 compilation by converting Q_OBJECT TQ_OBJECT
This breaks qt3 compilation due to qmake problems
-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 3905785..4be62c7 100644
--- a/example/application.h
+++ b/example/application.h
@@ -18,7 +18,7 @@ class QextScintillaPrinter;
class ApplicationWindow: public TQMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/SciListBox.h b/qt/SciListBox.h
index 6df4b24..1a8409d 100644
--- a/qt/SciListBox.h
+++ b/qt/SciListBox.h
@@ -35,7 +35,7 @@ class ListBoxX;
class SciListBox : public TQListBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintilla.h b/qt/qextscintilla.h
index 292540d..f36079e 100644
--- a/qt/qextscintilla.h
+++ b/qt/qextscintilla.h
@@ -50,7 +50,7 @@ class QextScintillaCommandSet;
//! in the same way.
class TQEXTSCINTILLA_EXPORT QextScintilla : public QextScintillaBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillabase.h b/qt/qextscintillabase.h
index 0bf4eb3..fea745d 100644
--- a/qt/qextscintillabase.h
+++ b/qt/qextscintillabase.h
@@ -55,7 +55,7 @@ class TQPixmap;
//! consistent with the rest of the TQt toolkit.
class TQEXTSCINTILLA_EXPORT QextScintillaBase : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexer.h b/qt/qextscintillalexer.h
index fc3afab..cc245b7 100644
--- a/qt/qextscintillalexer.h
+++ b/qt/qextscintillalexer.h
@@ -54,7 +54,7 @@ class TQSettings;
//! user preferences for fonts and colours.
class TQEXTSCINTILLA_EXPORT QextScintillaLexer : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerbash.h b/qt/qextscintillalexerbash.h
index a07fbad..3692a77 100644
--- a/qt/qextscintillalexerbash.h
+++ b/qt/qextscintillalexerbash.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerBash : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerbatch.h b/qt/qextscintillalexerbatch.h
index ee72615..a2ba42a 100644
--- a/qt/qextscintillalexerbatch.h
+++ b/qt/qextscintillalexerbatch.h
@@ -34,7 +34,7 @@
//! file lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerBatch : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexercpp.h b/qt/qextscintillalexercpp.h
index 2d7692f..82bde28 100644
--- a/qt/qextscintillalexercpp.h
+++ b/qt/qextscintillalexercpp.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerCPP : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexercsharp.h b/qt/qextscintillalexercsharp.h
index e965975..5b4695d 100644
--- a/qt/qextscintillalexercsharp.h
+++ b/qt/qextscintillalexercsharp.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerCSharp : public QextScintillaLexerCPP
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexercss.h b/qt/qextscintillalexercss.h
index 03d3bc7..e055ea8 100644
--- a/qt/qextscintillalexercss.h
+++ b/qt/qextscintillalexercss.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerCSS : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerdiff.h b/qt/qextscintillalexerdiff.h
index 97e0247..9587c13 100644
--- a/qt/qextscintillalexerdiff.h
+++ b/qt/qextscintillalexerdiff.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerDiff : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerhtml.h b/qt/qextscintillalexerhtml.h
index f4d871a..71ab42b 100644
--- a/qt/qextscintillalexerhtml.h
+++ b/qt/qextscintillalexerhtml.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerHTML : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexeridl.h b/qt/qextscintillalexeridl.h
index e29f443..efe6bde 100644
--- a/qt/qextscintillalexeridl.h
+++ b/qt/qextscintillalexeridl.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerIDL : public QextScintillaLexerCPP
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerjava.h b/qt/qextscintillalexerjava.h
index 69f4d60..1fcd459 100644
--- a/qt/qextscintillalexerjava.h
+++ b/qt/qextscintillalexerjava.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerJava : public QextScintillaLexerCPP
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerjavascript.h b/qt/qextscintillalexerjavascript.h
index cfa08f7..26cbf7d 100644
--- a/qt/qextscintillalexerjavascript.h
+++ b/qt/qextscintillalexerjavascript.h
@@ -34,7 +34,7 @@
//! JavaScript lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerJavaScript : public QextScintillaLexerCPP
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerlua.h b/qt/qextscintillalexerlua.h
index 7a5c223..cce9a8e 100644
--- a/qt/qextscintillalexerlua.h
+++ b/qt/qextscintillalexerlua.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerLua : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexermakefile.h b/qt/qextscintillalexermakefile.h
index 60c6ae4..e673bd6 100644
--- a/qt/qextscintillalexermakefile.h
+++ b/qt/qextscintillalexermakefile.h
@@ -34,7 +34,7 @@
//! Makefile lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerMakefile : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerperl.h b/qt/qextscintillalexerperl.h
index 557ce2f..a0abe15 100644
--- a/qt/qextscintillalexerperl.h
+++ b/qt/qextscintillalexerperl.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerPerl : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerpov.h b/qt/qextscintillalexerpov.h
index a92367f..c98ec49 100644
--- a/qt/qextscintillalexerpov.h
+++ b/qt/qextscintillalexerpov.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerPOV : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerproperties.h b/qt/qextscintillalexerproperties.h
index 1f20304..23a70f0 100644
--- a/qt/qextscintillalexerproperties.h
+++ b/qt/qextscintillalexerproperties.h
@@ -34,7 +34,7 @@
//! Properties lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerProperties : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerpython.h b/qt/qextscintillalexerpython.h
index d5af297..f4f8e70 100644
--- a/qt/qextscintillalexerpython.h
+++ b/qt/qextscintillalexerpython.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerPython : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexerruby.h b/qt/qextscintillalexerruby.h
index c09e2e2..ffffaf4 100644
--- a/qt/qextscintillalexerruby.h
+++ b/qt/qextscintillalexerruby.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerRuby : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexersql.h b/qt/qextscintillalexersql.h
index 96dd67d..01c8e7f 100644
--- a/qt/qextscintillalexersql.h
+++ b/qt/qextscintillalexersql.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerSQL : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillalexertex.h b/qt/qextscintillalexertex.h
index 672e4db..5216ff6 100644
--- a/qt/qextscintillalexertex.h
+++ b/qt/qextscintillalexertex.h
@@ -34,7 +34,7 @@
//! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerTeX : public QextScintillaLexer
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/qt/qextscintillamacro.h b/qt/qextscintillamacro.h
index c565522..48e688b 100644
--- a/qt/qextscintillamacro.h
+++ b/qt/qextscintillamacro.h
@@ -43,7 +43,7 @@ class QextScintilla;
//! permanent storage.
class TQEXTSCINTILLA_EXPORT QextScintillaMacro : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: