summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/ui
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/ui')
-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
12 files changed, 12 insertions, 12 deletions
diff --git a/kivio/kiviopart/ui/addstencilsetdialog.h b/kivio/kiviopart/ui/addstencilsetdialog.h
index 27a42cfa..169ef33a 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 a3251e69..16c805c5 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 6dc388e0..185e40ee 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 b4f1e00d..d4bcdb0d 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 a8a8173a..beadfc27 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 30cac93b..81d6d913 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 20527999..0be94822 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 a829873c..84099d35 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 589dab35..df055a34 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 358ddd20..f5162e4a 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 4bc8a567..b095abe4 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 01db4ceb..82ca4827 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();