summaryrefslogtreecommitdiffstats
path: root/languages/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:09:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:09:32 -0600
commit0fed1a188b8d8be416550c63e2d5954f06434386 (patch)
tree19f346183997f815423bd63cb9f2e86baa1f3b14 /languages/lib
parent01b73b195ac252a67a00cfa0fa6a1ce4555f7304 (diff)
downloadtdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.tar.gz
tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'languages/lib')
-rw-r--r--languages/lib/debugger/debugger.h2
-rw-r--r--languages/lib/debugger/kdevdebugger.h2
-rw-r--r--languages/lib/designer_integration/implementationwidget.h2
-rw-r--r--languages/lib/designer_integration/qtdesignerintegration.h2
-rw-r--r--languages/lib/interfaces/kdevpcsimporter.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/languages/lib/debugger/debugger.h b/languages/lib/debugger/debugger.h
index d5603a69..b7c48964 100644
--- a/languages/lib/debugger/debugger.h
+++ b/languages/lib/debugger/debugger.h
@@ -57,7 +57,7 @@ private:
class Debugger : public KDevDebugger
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/languages/lib/debugger/kdevdebugger.h b/languages/lib/debugger/kdevdebugger.h
index dda58aeb..4cb7df3f 100644
--- a/languages/lib/debugger/kdevdebugger.h
+++ b/languages/lib/debugger/kdevdebugger.h
@@ -34,7 +34,7 @@
class KDevDebugger : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/languages/lib/designer_integration/implementationwidget.h b/languages/lib/designer_integration/implementationwidget.h
index d6825d0b..bae6cdff 100644
--- a/languages/lib/designer_integration/implementationwidget.h
+++ b/languages/lib/designer_integration/implementationwidget.h
@@ -40,7 +40,7 @@ Subclasses of this class should reimplement only pure virtual functions in the c
class ImplementationWidget : public CreateImplemenationWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
ImplementationWidget(KDevLanguageSupport *part, TQWidget* parent = 0, const char* name = 0, bool modal = false);
virtual ~ImplementationWidget();
diff --git a/languages/lib/designer_integration/qtdesignerintegration.h b/languages/lib/designer_integration/qtdesignerintegration.h
index d561d59f..d3f4ca8f 100644
--- a/languages/lib/designer_integration/qtdesignerintegration.h
+++ b/languages/lib/designer_integration/qtdesignerintegration.h
@@ -38,7 +38,7 @@ Subclasses of this class should reimplement only pure virtual functions in the c
class QtDesignerIntegration : public KDevDesignerIntegration
{
Q_OBJECT
- TQ_OBJECT
+
public:
QtDesignerIntegration(KDevLanguageSupport *part, ImplementationWidget *impl,
bool classHasDefinitions, const char* name = 0);
diff --git a/languages/lib/interfaces/kdevpcsimporter.h b/languages/lib/interfaces/kdevpcsimporter.h
index e90fdec2..84e41f2b 100644
--- a/languages/lib/interfaces/kdevpcsimporter.h
+++ b/languages/lib/interfaces/kdevpcsimporter.h
@@ -35,7 +35,7 @@ is to provide file selection wizard.
class KDevPCSImporter: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KDevPCSImporter( TQObject* parent=0, const char* name=0 );
virtual ~KDevPCSImporter();