Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 12 years ago
parent bbc80561c4
commit 3bb71d188c

@ -19,7 +19,7 @@ class QextScintillaPrinter;
class ApplicationWindow: public TQMainWindow
{
Q_OBJECT
TQ_OBJECT
public:
ApplicationWindow();

@ -36,7 +36,7 @@ class ListBoxX;
class SciListBox : public TQListBox
{
Q_OBJECT
TQ_OBJECT
public:
SciListBox(TQWidget *parent,ListBoxX *lbx_);

@ -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.

@ -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

@ -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

@ -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

@ -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

@ -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

@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerCSharp : public QextScintillaLexerCPP
{
Q_OBJECT
TQ_OBJECT
public:
//! Construct a QextScintillaLexerCSharp with parent \a parent and name

@ -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

@ -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

@ -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

@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerIDL : public QextScintillaLexerCPP
{
Q_OBJECT
TQ_OBJECT
public:
//! Construct a QextScintillaLexerIDL with parent \a parent and name

@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerJava : public QextScintillaLexerCPP
{
Q_OBJECT
TQ_OBJECT
public:
//! Construct a QextScintillaLexerJava with parent \a parent and name

@ -35,7 +35,7 @@
class TQEXTSCINTILLA_EXPORT QextScintillaLexerJavaScript : public QextScintillaLexerCPP
{
Q_OBJECT
TQ_OBJECT
public:
//! Construct a QextScintillaLexerJavaScript with parent \a parent and

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save