Enable tqt3 compilation by converting Q_OBJECT TQ_OBJECT

This breaks qt3 compilation due to qmake problems
pull/1/head
Timothy Pearson 12 years ago
parent 3bb71d188c
commit 3997cae199

@ -18,7 +18,7 @@ class QextScintillaPrinter;
class ApplicationWindow: public TQMainWindow class ApplicationWindow: public TQMainWindow
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -35,7 +35,7 @@ class ListBoxX;
class SciListBox : public TQListBox class SciListBox : public TQListBox
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -50,7 +50,7 @@ class QextScintillaCommandSet;
//! in the same way. //! in the same way.
class TQEXTSCINTILLA_EXPORT QextScintilla : public QextScintillaBase class TQEXTSCINTILLA_EXPORT QextScintilla : public QextScintillaBase
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -55,7 +55,7 @@ class TQPixmap;
//! consistent with the rest of the TQt toolkit. //! consistent with the rest of the TQt toolkit.
class TQEXTSCINTILLA_EXPORT QextScintillaBase : public TQWidget class TQEXTSCINTILLA_EXPORT QextScintillaBase : public TQWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -54,7 +54,7 @@ class TQSettings;
//! user preferences for fonts and colours. //! user preferences for fonts and colours.
class TQEXTSCINTILLA_EXPORT QextScintillaLexer : public TQObject class TQEXTSCINTILLA_EXPORT QextScintillaLexer : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerBash : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerBash : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! file lexer. //! file lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerBatch : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerBatch : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerCPP : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerCPP : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerCSharp : public QextScintillaLexerCPP class TQEXTSCINTILLA_EXPORT QextScintillaLexerCSharp : public QextScintillaLexerCPP
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerCSS : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerCSS : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerDiff : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerDiff : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerHTML : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerHTML : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerIDL : public QextScintillaLexerCPP class TQEXTSCINTILLA_EXPORT QextScintillaLexerIDL : public QextScintillaLexerCPP
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerJava : public QextScintillaLexerCPP class TQEXTSCINTILLA_EXPORT QextScintillaLexerJava : public QextScintillaLexerCPP
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! JavaScript lexer. //! JavaScript lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerJavaScript : public QextScintillaLexerCPP class TQEXTSCINTILLA_EXPORT QextScintillaLexerJavaScript : public QextScintillaLexerCPP
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerLua : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerLua : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! Makefile lexer. //! Makefile lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerMakefile : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerMakefile : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerPerl : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerPerl : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerPOV : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerPOV : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! Properties lexer. //! Properties lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerProperties : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerProperties : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerPython : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerPython : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerRuby : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerRuby : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerSQL : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerSQL : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -34,7 +34,7 @@
//! lexer. //! lexer.
class TQEXTSCINTILLA_EXPORT QextScintillaLexerTeX : public QextScintillaLexer class TQEXTSCINTILLA_EXPORT QextScintillaLexerTeX : public QextScintillaLexer
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -43,7 +43,7 @@ class QextScintilla;
//! permanent storage. //! permanent storage.
class TQEXTSCINTILLA_EXPORT QextScintillaMacro : public TQObject class TQEXTSCINTILLA_EXPORT QextScintillaMacro : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:

Loading…
Cancel
Save