summaryrefslogtreecommitdiffstats
path: root/kivio
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:39 -0600
commit2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch)
treeb2a50806758f457480546bccb342017d9c971bd8 /kivio
parent3464ad940b78776e534eded37c3ae842cae52ad8 (diff)
downloadkoffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz
koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kivio')
-rw-r--r--kivio/kiviopart/addstenciltool.h2
-rw-r--r--kivio/kiviopart/kivio_canvas.h2
-rw-r--r--kivio/kiviopart/kivio_dlg_pageshow.h2
-rw-r--r--kivio/kiviopart/kivio_doc.h2
-rw-r--r--kivio/kiviopart/kivio_factory.h2
-rw-r--r--kivio/kiviopart/kivio_icon_view.h2
-rw-r--r--kivio/kiviopart/kivio_page.h2
-rw-r--r--kivio/kiviopart/kivio_stackbar.h2
-rw-r--r--kivio/kiviopart/kivio_stencil_geometry_panel.h2
-rw-r--r--kivio/kiviopart/kivio_view.h2
-rw-r--r--kivio/kiviopart/kivio_zoomaction.h2
-rw-r--r--kivio/kiviopart/kivioarrowheadaction.h2
-rw-r--r--kivio/kiviopart/kiviodragobject.h2
-rw-r--r--kivio/kiviopart/kiviosdk/kiviostencilfactory.h2
-rw-r--r--kivio/kiviopart/kiviostencilsetaction.h2
-rw-r--r--kivio/kiviopart/kiviostencilsetinstaller.h2
-rw-r--r--kivio/kiviopart/stencilbarbutton.h2
-rw-r--r--kivio/kiviopart/stencilbardockmanager.h4
-rw-r--r--kivio/kiviopart/tools/kivio_mousetool.h2
-rw-r--r--kivio/kiviopart/tools/kivio_plugin.h2
-rw-r--r--kivio/kiviopart/tools/kivio_pluginmanager.h2
-rw-r--r--kivio/kiviopart/tools/mousetoolaction.h2
-rw-r--r--kivio/kiviopart/ui/addstencilsetdialog.h2
-rw-r--r--kivio/kiviopart/ui/export_page_dialog.h2
-rw-r--r--kivio/kiviopart/ui/kivio_birdeye_panel.h2
-rw-r--r--kivio/kiviopart/ui/kivio_layer_panel.h2
-rw-r--r--kivio/kiviopart/ui/kivio_protection_panel.h2
-rw-r--r--kivio/kiviopart/ui/kivioaddstencilsetpanel.h2
-rw-r--r--kivio/kiviopart/ui/kivioaligndialog.h2
-rw-r--r--kivio/kiviopart/ui/kivioarrowheadformatdlg.h2
-rw-r--r--kivio/kiviopart/ui/kiviooptionsdialog.h2
-rw-r--r--kivio/kiviopart/ui/kiviostencilformatdlg.h2
-rw-r--r--kivio/kiviopart/ui/kiviotextformatdlg.h2
-rw-r--r--kivio/kiviopart/ui/objectlistpalette.h2
-rw-r--r--kivio/plugins/kivioconnectortool/plugin.h2
-rw-r--r--kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h2
-rw-r--r--kivio/plugins/kivioconnectortool/tool_connector.h2
-rw-r--r--kivio/plugins/kivioselecttool/plugin.h2
-rw-r--r--kivio/plugins/kivioselecttool/tool_select.h2
-rw-r--r--kivio/plugins/kiviosmlconnector/plugin.h2
-rw-r--r--kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h2
-rw-r--r--kivio/plugins/kiviosmlconnector/tool_connector.h2
-rw-r--r--kivio/plugins/kiviotargettool/kiviotargettool.h2
-rw-r--r--kivio/plugins/kiviotargettool/kiviotargettoolfactory.h2
-rw-r--r--kivio/plugins/kiviotexttool/plugin.h2
-rw-r--r--kivio/plugins/kiviotexttool/stenciltexteditor.h2
-rw-r--r--kivio/plugins/kiviotexttool/tool_text.h2
-rw-r--r--kivio/plugins/kiviozoomtool/plugin.h2
-rw-r--r--kivio/plugins/kiviozoomtool/tool_zoom.h2
49 files changed, 50 insertions, 50 deletions
diff --git a/kivio/kiviopart/addstenciltool.h b/kivio/kiviopart/addstenciltool.h
index e9a7cef82..7b224b797 100644
--- a/kivio/kiviopart/addstenciltool.h
+++ b/kivio/kiviopart/addstenciltool.h
@@ -34,7 +34,7 @@ namespace Kivio {
class AddStencilTool : public MouseTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddStencilTool(KivioView* parent);
~AddStencilTool();
diff --git a/kivio/kiviopart/kivio_canvas.h b/kivio/kiviopart/kivio_canvas.h
index eb03a3aed..3da7c4344 100644
--- a/kivio/kiviopart/kivio_canvas.h
+++ b/kivio/kiviopart/kivio_canvas.h
@@ -60,7 +60,7 @@ class KoRect;
class KIVIO_EXPORT KivioCanvas : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
friend class KivioView;
public:
KivioCanvas( TQWidget*, KivioView*, KivioDoc*, TQScrollBar*, TQScrollBar* );
diff --git a/kivio/kiviopart/kivio_dlg_pageshow.h b/kivio/kiviopart/kivio_dlg_pageshow.h
index 071ec2eb8..012af531f 100644
--- a/kivio/kiviopart/kivio_dlg_pageshow.h
+++ b/kivio/kiviopart/kivio_dlg_pageshow.h
@@ -30,7 +30,7 @@ class KivioView;
class KivioPageShow: public KDialogBase
{ Q_OBJECT
- TQ_OBJECT
+
public:
KivioPageShow( KivioView* parent, const char* name );
diff --git a/kivio/kiviopart/kivio_doc.h b/kivio/kiviopart/kivio_doc.h
index 72bc3d07c..76cf5a877 100644
--- a/kivio/kiviopart/kivio_doc.h
+++ b/kivio/kiviopart/kivio_doc.h
@@ -65,7 +65,7 @@ using namespace Kivio;
class KIVIO_EXPORT KivioDoc : public KoDocument
{
Q_OBJECT
- TQ_OBJECT
+
friend class KivioPage;
public:
KivioDoc( TQWidget *parentWidget = 0, const char* widgetName = 0, TQObject* parent = 0, const char* name = 0, bool singleViewMode = false );
diff --git a/kivio/kiviopart/kivio_factory.h b/kivio/kiviopart/kivio_factory.h
index cb604b535..8b747215f 100644
--- a/kivio/kiviopart/kivio_factory.h
+++ b/kivio/kiviopart/kivio_factory.h
@@ -26,7 +26,7 @@ class KAboutData;
class KIVIO_EXPORT KivioFactory : public KoFactory
{ Q_OBJECT
- TQ_OBJECT
+
public:
KivioFactory( TQObject* parent = 0, const char* name = 0 );
~KivioFactory();
diff --git a/kivio/kiviopart/kivio_icon_view.h b/kivio/kiviopart/kivio_icon_view.h
index ec6fa1631..09cf8dd59 100644
--- a/kivio/kiviopart/kivio_icon_view.h
+++ b/kivio/kiviopart/kivio_icon_view.h
@@ -33,7 +33,7 @@ class KivioStencilSpawner;
class KivioIconView : public TQIconView
{
Q_OBJECT
- TQ_OBJECT
+
protected:
KivioStencilSpawnerSet *m_pSpawnerSet;
static KivioStencilSpawner *m_pCurDrag;
diff --git a/kivio/kiviopart/kivio_page.h b/kivio/kiviopart/kivio_page.h
index 16d9db482..7d31d7311 100644
--- a/kivio/kiviopart/kivio_page.h
+++ b/kivio/kiviopart/kivio_page.h
@@ -78,7 +78,7 @@ struct DistributeData
class KIVIO_EXPORT KivioPage : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioPage( KivioMap *_map, const TQString &pageName, const char *_name=0L );
~KivioPage();
diff --git a/kivio/kiviopart/kivio_stackbar.h b/kivio/kiviopart/kivio_stackbar.h
index 452956ff2..bdf758a32 100644
--- a/kivio/kiviopart/kivio_stackbar.h
+++ b/kivio/kiviopart/kivio_stackbar.h
@@ -33,7 +33,7 @@ using namespace Kivio;
class KivioStackBar : public TQDockWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioStackBar(KivioView* view, TQWidget* parent=0, const char* name=0);
~KivioStackBar();
diff --git a/kivio/kiviopart/kivio_stencil_geometry_panel.h b/kivio/kiviopart/kivio_stencil_geometry_panel.h
index b5f26cf1d..56d5580c9 100644
--- a/kivio/kiviopart/kivio_stencil_geometry_panel.h
+++ b/kivio/kiviopart/kivio_stencil_geometry_panel.h
@@ -11,7 +11,7 @@ class KIntSpinBox;
class KivioStencilGeometryPanel : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
protected:
KoUnitDoubleSpinBox *m_pX, *m_pY, *m_pW, *m_pH;
KIntSpinBox* m_rotationSBox;
diff --git a/kivio/kiviopart/kivio_view.h b/kivio/kiviopart/kivio_view.h
index 6a8244233..752f0babb 100644
--- a/kivio/kiviopart/kivio_view.h
+++ b/kivio/kiviopart/kivio_view.h
@@ -85,7 +85,7 @@ using namespace Kivio;
class KIVIO_EXPORT KivioView : public KoView
{
Q_OBJECT
- TQ_OBJECT
+
friend class KivioCanvas;
public:
diff --git a/kivio/kiviopart/kivio_zoomaction.h b/kivio/kiviopart/kivio_zoomaction.h
index d4ae6f419..3e4738af2 100644
--- a/kivio/kiviopart/kivio_zoomaction.h
+++ b/kivio/kiviopart/kivio_zoomaction.h
@@ -25,7 +25,7 @@ namespace Kivio {
class ZoomAction : public TKSelectAction
{ Q_OBJECT
- TQ_OBJECT
+
public:
ZoomAction( TQObject* parent, const char* name );
~ZoomAction();
diff --git a/kivio/kiviopart/kivioarrowheadaction.h b/kivio/kiviopart/kivioarrowheadaction.h
index 9989d5f70..9948980c1 100644
--- a/kivio/kiviopart/kivioarrowheadaction.h
+++ b/kivio/kiviopart/kivioarrowheadaction.h
@@ -29,7 +29,7 @@ class KPopupMenu;
class KivioArrowHeadAction : public KActionMenu
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioArrowHeadAction(const TQString &text, const TQString &pix,
TQObject* parent = 0, const char *name = 0);
diff --git a/kivio/kiviopart/kiviodragobject.h b/kivio/kiviopart/kiviodragobject.h
index d441af197..b1f667572 100644
--- a/kivio/kiviopart/kiviodragobject.h
+++ b/kivio/kiviopart/kiviodragobject.h
@@ -31,7 +31,7 @@ class KivioPage;
class KivioDragObject : public TQDragObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioDragObject(TQWidget* dragSource = 0, const char* name = 0);
diff --git a/kivio/kiviopart/kiviosdk/kiviostencilfactory.h b/kivio/kiviopart/kiviosdk/kiviostencilfactory.h
index dcde79040..0ec12f09c 100644
--- a/kivio/kiviopart/kiviosdk/kiviostencilfactory.h
+++ b/kivio/kiviopart/kiviosdk/kiviostencilfactory.h
@@ -30,7 +30,7 @@ class TQPixmap;
class KIVIO_EXPORT KivioStencilFactory : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioStencilFactory(TQObject *parent=0, const char*name=0, const TQStringList& args = TQStringList())
: TQObject(parent, name) { Q_UNUSED(args) }
diff --git a/kivio/kiviopart/kiviostencilsetaction.h b/kivio/kiviopart/kiviostencilsetaction.h
index 1bee42d48..0403340e5 100644
--- a/kivio/kiviopart/kiviostencilsetaction.h
+++ b/kivio/kiviopart/kiviostencilsetaction.h
@@ -34,7 +34,7 @@ class TQPixmap;
class KivioStencilSetAction : public KAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioStencilSetAction(const TQString &text, const TQString &pix,
KActionCollection *parent, const char *name);
diff --git a/kivio/kiviopart/kiviostencilsetinstaller.h b/kivio/kiviopart/kiviostencilsetinstaller.h
index c6d8c7068..403953338 100644
--- a/kivio/kiviopart/kiviostencilsetinstaller.h
+++ b/kivio/kiviopart/kiviostencilsetinstaller.h
@@ -30,7 +30,7 @@ namespace Kivio {
class StencilSetInstaller : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
StencilSetInstaller(TQWidget *parent = 0, const char *name = 0);
~StencilSetInstaller();
diff --git a/kivio/kiviopart/stencilbarbutton.h b/kivio/kiviopart/stencilbarbutton.h
index 67595db90..3d7f60879 100644
--- a/kivio/kiviopart/stencilbarbutton.h
+++ b/kivio/kiviopart/stencilbarbutton.h
@@ -27,7 +27,7 @@ namespace Kivio {
class DragBarButton : public TQPushButton
{
Q_OBJECT
- TQ_OBJECT
+
public:
DragBarButton( const TQString&, TQWidget* parent, const char* name = 0 );
~DragBarButton();
diff --git a/kivio/kiviopart/stencilbardockmanager.h b/kivio/kiviopart/stencilbardockmanager.h
index 73d483019..235aecde8 100644
--- a/kivio/kiviopart/stencilbardockmanager.h
+++ b/kivio/kiviopart/stencilbardockmanager.h
@@ -45,7 +45,7 @@ class KivioView;
class StencilBarDockManager : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum BarPos {
Left = 0,
@@ -94,7 +94,7 @@ class StencilBarDockManager : public TQWidget
class KoToolDockMoveManager: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kivio/kiviopart/tools/kivio_mousetool.h b/kivio/kiviopart/tools/kivio_mousetool.h
index 0b717f296..e06f77afd 100644
--- a/kivio/kiviopart/tools/kivio_mousetool.h
+++ b/kivio/kiviopart/tools/kivio_mousetool.h
@@ -32,7 +32,7 @@ namespace Kivio {
class KIVIO_EXPORT MouseTool : public Kivio::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
MouseTool(KivioView* parent = 0, const char* name = 0);
~MouseTool();
diff --git a/kivio/kiviopart/tools/kivio_plugin.h b/kivio/kiviopart/tools/kivio_plugin.h
index cd261eabf..3acb7287e 100644
--- a/kivio/kiviopart/tools/kivio_plugin.h
+++ b/kivio/kiviopart/tools/kivio_plugin.h
@@ -30,7 +30,7 @@ namespace Kivio {
class KIVIO_EXPORT Plugin : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
Plugin(KivioView* parent = 0, const char* name = 0);
~Plugin();
diff --git a/kivio/kiviopart/tools/kivio_pluginmanager.h b/kivio/kiviopart/tools/kivio_pluginmanager.h
index ced84748e..1a287beb3 100644
--- a/kivio/kiviopart/tools/kivio_pluginmanager.h
+++ b/kivio/kiviopart/tools/kivio_pluginmanager.h
@@ -30,7 +30,7 @@ namespace Kivio {
This class manages the plugins*/
class KIVIO_EXPORT PluginManager : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
PluginManager(KivioView* parent, const char* name = 0);
~PluginManager();
diff --git a/kivio/kiviopart/tools/mousetoolaction.h b/kivio/kiviopart/tools/mousetoolaction.h
index 26351ff2e..64b322abb 100644
--- a/kivio/kiviopart/tools/mousetoolaction.h
+++ b/kivio/kiviopart/tools/mousetoolaction.h
@@ -27,7 +27,7 @@ namespace Kivio {
class KIVIO_EXPORT MouseToolAction : public KRadioAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructs a mouse tool action with text and potential keyboard
diff --git a/kivio/kiviopart/ui/addstencilsetdialog.h b/kivio/kiviopart/ui/addstencilsetdialog.h
index 27a42cfa9..169ef33a0 100644
--- a/kivio/kiviopart/ui/addstencilsetdialog.h
+++ b/kivio/kiviopart/ui/addstencilsetdialog.h
@@ -28,7 +28,7 @@ class AddStencilSetPanel;
class AddStencilSetDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddStencilSetDialog(TQWidget *parent = 0, const char *name = 0);
~AddStencilSetDialog();
diff --git a/kivio/kiviopart/ui/export_page_dialog.h b/kivio/kiviopart/ui/export_page_dialog.h
index a3251e691..16c805c51 100644
--- a/kivio/kiviopart/ui/export_page_dialog.h
+++ b/kivio/kiviopart/ui/export_page_dialog.h
@@ -8,7 +8,7 @@ class ExportPageDialogBase;
class ExportPageDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
ExportPageDialog(TQWidget* parent=0, const char* name=0);
diff --git a/kivio/kiviopart/ui/kivio_birdeye_panel.h b/kivio/kiviopart/ui/kivio_birdeye_panel.h
index 6dc388e02..185e40ee4 100644
--- a/kivio/kiviopart/ui/kivio_birdeye_panel.h
+++ b/kivio/kiviopart/ui/kivio_birdeye_panel.h
@@ -32,7 +32,7 @@ class KoZoomHandler;
class KivioBirdEyePanel : public KivioBirdEyePanelBase
{ Q_OBJECT
- TQ_OBJECT
+
public:
KivioBirdEyePanel(KivioView* view, TQWidget* parent=0, const char* name=0);
~KivioBirdEyePanel();
diff --git a/kivio/kiviopart/ui/kivio_layer_panel.h b/kivio/kiviopart/ui/kivio_layer_panel.h
index b4f1e00da..d4bcdb0d4 100644
--- a/kivio/kiviopart/ui/kivio_layer_panel.h
+++ b/kivio/kiviopart/ui/kivio_layer_panel.h
@@ -49,7 +49,7 @@ class KivioLayerItem: public TQListViewItem
class KivioLayerPanel : public KivioLayerPanelBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioLayerPanel(KivioView* view, TQWidget* parent=0, const char* name=0);
~KivioLayerPanel();
diff --git a/kivio/kiviopart/ui/kivio_protection_panel.h b/kivio/kiviopart/ui/kivio_protection_panel.h
index a8a8173a7..beadfc272 100644
--- a/kivio/kiviopart/ui/kivio_protection_panel.h
+++ b/kivio/kiviopart/ui/kivio_protection_panel.h
@@ -28,7 +28,7 @@ class KivioLayer;
class KivioProtectionPanel : public KivioProtectionPanelBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioProtectionPanel( KivioView *view, TQWidget *parent=0, const char *name=0 );
diff --git a/kivio/kiviopart/ui/kivioaddstencilsetpanel.h b/kivio/kiviopart/ui/kivioaddstencilsetpanel.h
index 30cac93bf..81d6d913a 100644
--- a/kivio/kiviopart/ui/kivioaddstencilsetpanel.h
+++ b/kivio/kiviopart/ui/kivioaddstencilsetpanel.h
@@ -29,7 +29,7 @@ namespace Kivio {
class AddStencilSetPanel : public KivioStencilSetWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddStencilSetPanel(TQWidget *parent = 0, const char *name = 0);
~AddStencilSetPanel();
diff --git a/kivio/kiviopart/ui/kivioaligndialog.h b/kivio/kiviopart/ui/kivioaligndialog.h
index 205279993..0be94822e 100644
--- a/kivio/kiviopart/ui/kivioaligndialog.h
+++ b/kivio/kiviopart/ui/kivioaligndialog.h
@@ -29,7 +29,7 @@ struct DistributeData;
class KivioAlignDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioAlignDialog(TQWidget* parent = 0, const char* name = 0);
diff --git a/kivio/kiviopart/ui/kivioarrowheadformatdlg.h b/kivio/kiviopart/ui/kivioarrowheadformatdlg.h
index a829873cf..84099d352 100644
--- a/kivio/kiviopart/ui/kivioarrowheadformatdlg.h
+++ b/kivio/kiviopart/ui/kivioarrowheadformatdlg.h
@@ -31,7 +31,7 @@ class KivioView;
class KivioArrowHeadFormatDlg : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioArrowHeadFormatDlg(KivioView* parent, const char* name = 0);
diff --git a/kivio/kiviopart/ui/kiviooptionsdialog.h b/kivio/kiviopart/ui/kiviooptionsdialog.h
index 589dab355..df055a348 100644
--- a/kivio/kiviopart/ui/kiviooptionsdialog.h
+++ b/kivio/kiviopart/ui/kiviooptionsdialog.h
@@ -57,7 +57,7 @@ class TQFont;
class KivioOptionsDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioOptionsDialog(KivioView* parent, const char* name = 0);
diff --git a/kivio/kiviopart/ui/kiviostencilformatdlg.h b/kivio/kiviopart/ui/kiviostencilformatdlg.h
index 358ddd20e..f5162e4a2 100644
--- a/kivio/kiviopart/ui/kiviostencilformatdlg.h
+++ b/kivio/kiviopart/ui/kiviostencilformatdlg.h
@@ -33,7 +33,7 @@ class TQColor;
class KivioStencilFormatDlg : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioStencilFormatDlg(KivioView* parent, const char* name = 0);
diff --git a/kivio/kiviopart/ui/kiviotextformatdlg.h b/kivio/kiviopart/ui/kiviotextformatdlg.h
index 4bc8a5677..b095abe4f 100644
--- a/kivio/kiviopart/ui/kiviotextformatdlg.h
+++ b/kivio/kiviopart/ui/kiviotextformatdlg.h
@@ -33,7 +33,7 @@ class TQColor;
class KivioTextFormatDlg : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioTextFormatDlg(KivioView* parent, const char* name = 0);
diff --git a/kivio/kiviopart/ui/objectlistpalette.h b/kivio/kiviopart/ui/objectlistpalette.h
index 01db4ceb0..82ca48277 100644
--- a/kivio/kiviopart/ui/objectlistpalette.h
+++ b/kivio/kiviopart/ui/objectlistpalette.h
@@ -32,7 +32,7 @@ namespace Kivio {
class ObjectListPalette : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
ObjectListPalette(KivioView* parent = 0, const char* name = 0);
~ObjectListPalette();
diff --git a/kivio/plugins/kivioconnectortool/plugin.h b/kivio/plugins/kivioconnectortool/plugin.h
index 267bbbb43..d80703356 100644
--- a/kivio/plugins/kivioconnectortool/plugin.h
+++ b/kivio/plugins/kivioconnectortool/plugin.h
@@ -28,7 +28,7 @@ class KInstance;
class ConnectorToolFactory : public KLibFactory
{ Q_OBJECT
- TQ_OBJECT
+
public:
ConnectorToolFactory( TQObject* parent = 0, const char* name = 0 );
~ConnectorToolFactory();
diff --git a/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h b/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h
index c9f1549ea..f2ac1fe58 100644
--- a/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h
+++ b/kivio/plugins/kivioconnectortool/straight_connector/straight_connector.h
@@ -83,7 +83,7 @@ class KivioStraightConnector : public Kivio1DStencil
class KIVIOPLUGINS_EXPORT KivioConnectorFactory : public KivioStencilFactory
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioConnectorFactory(TQObject *parent=0, const char* name=0, const TQStringList& args = TQStringList());
KivioStencil *NewStencil(const TQString& name);
diff --git a/kivio/plugins/kivioconnectortool/tool_connector.h b/kivio/plugins/kivioconnectortool/tool_connector.h
index 744970538..02dcb145f 100644
--- a/kivio/plugins/kivioconnectortool/tool_connector.h
+++ b/kivio/plugins/kivioconnectortool/tool_connector.h
@@ -38,7 +38,7 @@ class KivioCustomDragData;
class ConnectorTool : public Kivio::MouseTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConnectorTool( KivioView* parent );
~ConnectorTool();
diff --git a/kivio/plugins/kivioselecttool/plugin.h b/kivio/plugins/kivioselecttool/plugin.h
index 5564327ff..fc43d4fba 100644
--- a/kivio/plugins/kivioselecttool/plugin.h
+++ b/kivio/plugins/kivioselecttool/plugin.h
@@ -28,7 +28,7 @@ class KInstance;
class SelectToolFactory : public KLibFactory
{ Q_OBJECT
- TQ_OBJECT
+
public:
SelectToolFactory( TQObject* parent = 0, const char* name = 0 );
~SelectToolFactory();
diff --git a/kivio/plugins/kivioselecttool/tool_select.h b/kivio/plugins/kivioselecttool/tool_select.h
index 7a71dabf0..e245df053 100644
--- a/kivio/plugins/kivioselecttool/tool_select.h
+++ b/kivio/plugins/kivioselecttool/tool_select.h
@@ -54,7 +54,7 @@ enum {
class SelectTool : public Kivio::MouseTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
SelectTool( KivioView* parent );
~SelectTool();
diff --git a/kivio/plugins/kiviosmlconnector/plugin.h b/kivio/plugins/kiviosmlconnector/plugin.h
index 0a1f90566..2b3e8028e 100644
--- a/kivio/plugins/kiviosmlconnector/plugin.h
+++ b/kivio/plugins/kiviosmlconnector/plugin.h
@@ -28,7 +28,7 @@ class KInstance;
class SMLConnectorFactory : public KLibFactory
{ Q_OBJECT
- TQ_OBJECT
+
public:
SMLConnectorFactory( TQObject* parent = 0, const char* name = 0 );
~SMLConnectorFactory();
diff --git a/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h b/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h
index b631f84b6..3e6c3dafb 100644
--- a/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h
+++ b/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h
@@ -93,7 +93,7 @@ public:
class KivioSMLConnectorFactory : public KivioStencilFactory
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioSMLConnectorFactory(TQObject *parent=0, const char* name=0, const TQStringList& args = TQStringList());
KivioStencil *NewStencil(const TQString& name);
diff --git a/kivio/plugins/kiviosmlconnector/tool_connector.h b/kivio/plugins/kiviosmlconnector/tool_connector.h
index 788192f6e..3213bff18 100644
--- a/kivio/plugins/kiviosmlconnector/tool_connector.h
+++ b/kivio/plugins/kiviosmlconnector/tool_connector.h
@@ -34,7 +34,7 @@ class KivioCustomDragData;
class SMLConnector : public Kivio::MouseTool
{ Q_OBJECT
- TQ_OBJECT
+
public:
SMLConnector( KivioView* view );
~SMLConnector();
diff --git a/kivio/plugins/kiviotargettool/kiviotargettool.h b/kivio/plugins/kiviotargettool/kiviotargettool.h
index 064c4f05d..e9014d85f 100644
--- a/kivio/plugins/kiviotargettool/kiviotargettool.h
+++ b/kivio/plugins/kiviotargettool/kiviotargettool.h
@@ -36,7 +36,7 @@ namespace Kivio {
class TargetTool : public MouseTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
TargetTool(KivioView* parent);
~TargetTool();
diff --git a/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h b/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h
index 84619e47b..391c78237 100644
--- a/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h
+++ b/kivio/plugins/kiviotargettool/kiviotargettoolfactory.h
@@ -29,7 +29,7 @@ class KInstance;
class KivioTargetToolFactory : public KLibFactory
{
Q_OBJECT
- TQ_OBJECT
+
public:
KivioTargetToolFactory(TQObject *parent = 0, const char *name = 0);
~KivioTargetToolFactory();
diff --git a/kivio/plugins/kiviotexttool/plugin.h b/kivio/plugins/kiviotexttool/plugin.h
index f6194c14d..a8b63388b 100644
--- a/kivio/plugins/kiviotexttool/plugin.h
+++ b/kivio/plugins/kiviotexttool/plugin.h
@@ -28,7 +28,7 @@ class KInstance;
class TextToolFactory : public KLibFactory
{ Q_OBJECT
- TQ_OBJECT
+
public:
TextToolFactory( TQObject* parent = 0, const char* name = 0 );
~TextToolFactory();
diff --git a/kivio/plugins/kiviotexttool/stenciltexteditor.h b/kivio/plugins/kiviotexttool/stenciltexteditor.h
index 7f61c5aaa..cfe427b74 100644
--- a/kivio/plugins/kiviotexttool/stenciltexteditor.h
+++ b/kivio/plugins/kiviotexttool/stenciltexteditor.h
@@ -34,7 +34,7 @@ class StencilTextEditorUI;
class StencilTextEditor : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
StencilTextEditor(const TQString& caption, TQWidget *parent = 0, const char *name = 0);
~StencilTextEditor();
diff --git a/kivio/plugins/kiviotexttool/tool_text.h b/kivio/plugins/kiviotexttool/tool_text.h
index f6c4870a7..aa6e1d4d4 100644
--- a/kivio/plugins/kiviotexttool/tool_text.h
+++ b/kivio/plugins/kiviotexttool/tool_text.h
@@ -36,7 +36,7 @@ class KoPoint;
class KIVIO_EXPORT TextTool : public Kivio::MouseTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
TextTool( KivioView* parent );
~TextTool();
diff --git a/kivio/plugins/kiviozoomtool/plugin.h b/kivio/plugins/kiviozoomtool/plugin.h
index 0bdfde140..a6b12515f 100644
--- a/kivio/plugins/kiviozoomtool/plugin.h
+++ b/kivio/plugins/kiviozoomtool/plugin.h
@@ -28,7 +28,7 @@ class KInstance;
class ZoomToolFactory : public KLibFactory
{ Q_OBJECT
- TQ_OBJECT
+
public:
ZoomToolFactory( TQObject* parent = 0, const char* name = 0 );
~ZoomToolFactory();
diff --git a/kivio/plugins/kiviozoomtool/tool_zoom.h b/kivio/plugins/kiviozoomtool/tool_zoom.h
index 1cb77431e..ce100acad 100644
--- a/kivio/plugins/kiviozoomtool/tool_zoom.h
+++ b/kivio/plugins/kiviozoomtool/tool_zoom.h
@@ -34,7 +34,7 @@ class TQCursor;
class ZoomTool : public Kivio::MouseTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
ZoomTool(KivioView* parent);
virtual ~ZoomTool();