diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/colorcombo.h | 2 | ||||
-rw-r--r-- | src/gui/contexthelp.h | 2 | ||||
-rw-r--r-- | src/gui/doublespinbox.h | 2 | ||||
-rw-r--r-- | src/gui/itemeditor.h | 2 | ||||
-rw-r--r-- | src/gui/itemselector.h | 8 | ||||
-rw-r--r-- | src/gui/logview.h | 2 | ||||
-rw-r--r-- | src/gui/microselectwidget.h | 2 | ||||
-rw-r--r-- | src/gui/microsettingsdlg.h | 2 | ||||
-rw-r--r-- | src/gui/newfiledlg.h | 2 | ||||
-rw-r--r-- | src/gui/orientationwidget.h | 2 | ||||
-rw-r--r-- | src/gui/oscilloscope.h | 2 | ||||
-rw-r--r-- | src/gui/oscilloscopeview.h | 2 | ||||
-rw-r--r-- | src/gui/outputmethoddlg.h | 2 | ||||
-rw-r--r-- | src/gui/pieditor.h | 16 | ||||
-rw-r--r-- | src/gui/plvitem.h | 2 | ||||
-rw-r--r-- | src/gui/probepositioner.h | 2 | ||||
-rw-r--r-- | src/gui/programmerdlg.h | 2 | ||||
-rw-r--r-- | src/gui/projectdlgs.h | 6 | ||||
-rw-r--r-- | src/gui/propertieslistview.h | 2 | ||||
-rw-r--r-- | src/gui/settingsdlg.h | 2 | ||||
-rw-r--r-- | src/gui/symbolviewer.h | 4 |
21 files changed, 34 insertions, 34 deletions
diff --git a/src/gui/colorcombo.h b/src/gui/colorcombo.h index 40ce598..037d860 100644 --- a/src/gui/colorcombo.h +++ b/src/gui/colorcombo.h @@ -22,7 +22,7 @@ which colours are displayed to be changed. */ class ColorCombo : public TQComboBox { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQColor color READ color WRITE setColor ) diff --git a/src/gui/contexthelp.h b/src/gui/contexthelp.h index 452e39f..0b31db4 100644 --- a/src/gui/contexthelp.h +++ b/src/gui/contexthelp.h @@ -29,7 +29,7 @@ in a ICNDocument. */ class ContextHelp : public TQWidget { - Q_OBJECT + TQ_OBJECT public: static ContextHelp * self( KateMDI::ToolView * parent = 0l ); diff --git a/src/gui/doublespinbox.h b/src/gui/doublespinbox.h index 079f2b5..4607ec8 100644 --- a/src/gui/doublespinbox.h +++ b/src/gui/doublespinbox.h @@ -22,7 +22,7 @@ spin box plus the SI magnitude symbol it is showing */ class DoubleSpinBox : public TQSpinBox { - Q_OBJECT + TQ_OBJECT public: DoubleSpinBox( double lower, double upper, double minAbs, double value, const TQString & unit, TQWidget * parent = 0 ); diff --git a/src/gui/itemeditor.h b/src/gui/itemeditor.h index 998a120..47fac35 100644 --- a/src/gui/itemeditor.h +++ b/src/gui/itemeditor.h @@ -35,7 +35,7 @@ namespace KateMDI { class ToolView; } */ class ItemEditor : public TQWidget { - Q_OBJECT + TQ_OBJECT public: static ItemEditor * self( KateMDI::ToolView * parent = 0l ); diff --git a/src/gui/itemselector.h b/src/gui/itemselector.h index 18cf387..0d7e61f 100644 --- a/src/gui/itemselector.h +++ b/src/gui/itemselector.h @@ -57,7 +57,7 @@ class ILVItem : public TQObject, public TDEListViewItem */ class ItemSelector : public TDEListView { - Q_OBJECT + TQ_OBJECT public: ItemSelector( TQWidget *parent, const char *name ); @@ -121,7 +121,7 @@ class ItemSelector : public TDEListView */ class ComponentSelector : public ItemSelector { - Q_OBJECT + TQ_OBJECT public: static ComponentSelector * self( KateMDI::ToolView * parent = 0l ); @@ -139,7 +139,7 @@ class ComponentSelector : public ItemSelector */ class FlowPartSelector : public ItemSelector { - Q_OBJECT + TQ_OBJECT public: static FlowPartSelector * self( KateMDI::ToolView * parent = 0l ); @@ -156,7 +156,7 @@ class FlowPartSelector : public ItemSelector */ class MechanicsSelector : public ItemSelector { - Q_OBJECT + TQ_OBJECT public: static MechanicsSelector * self( KateMDI::ToolView * parent = 0l ); diff --git a/src/gui/logview.h b/src/gui/logview.h index bdbef38..52a627b 100644 --- a/src/gui/logview.h +++ b/src/gui/logview.h @@ -41,7 +41,7 @@ Base class for logviews (eg GpasmInterface) which output information, warnings, */ class LogView : public KTextEdit { - Q_OBJECT + TQ_OBJECT public: LogView( KateMDI::ToolView * parent, const char *name = 0 ); diff --git a/src/gui/microselectwidget.h b/src/gui/microselectwidget.h index b5d7801..1fa49e9 100644 --- a/src/gui/microselectwidget.h +++ b/src/gui/microselectwidget.h @@ -26,7 +26,7 @@ class KComboBox; */ class MicroSelectWidget : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/microsettingsdlg.h b/src/gui/microsettingsdlg.h index e12d9b5..e226f9a 100644 --- a/src/gui/microsettingsdlg.h +++ b/src/gui/microsettingsdlg.h @@ -30,7 +30,7 @@ typedef TQMap< TQString, PinMapping > PinMappingMap; */ class MicroSettingsDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: MicroSettingsDlg( MicroSettings *_microSettings, TQWidget *parent = 0L, const char *name = 0L ); diff --git a/src/gui/newfiledlg.h b/src/gui/newfiledlg.h index 4f13fd6..679c66e 100644 --- a/src/gui/newfiledlg.h +++ b/src/gui/newfiledlg.h @@ -24,7 +24,7 @@ A standard dialog for getting file details from the user for a new project */ class NewFileDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: NewFileDlg( TQWidget *parent ); diff --git a/src/gui/orientationwidget.h b/src/gui/orientationwidget.h index 73a39e4..b119ffc 100644 --- a/src/gui/orientationwidget.h +++ b/src/gui/orientationwidget.h @@ -24,7 +24,7 @@ class TQPushButton; */ class OrientationWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: OrientationWidget( TQWidget *parent = 0l, const char *name = 0l ); diff --git a/src/gui/oscilloscope.h b/src/gui/oscilloscope.h index b0f59ac..588c776 100644 --- a/src/gui/oscilloscope.h +++ b/src/gui/oscilloscope.h @@ -75,7 +75,7 @@ void addOscilloscopeAsToolView( KTechlab *ktechlab ); */ class Oscilloscope : public OscilloscopeWidget { - Q_OBJECT + TQ_OBJECT public: static Oscilloscope * self( KateMDI::ToolView * parent = 0l ); diff --git a/src/gui/oscilloscopeview.h b/src/gui/oscilloscopeview.h index 0332607..cf9adfe 100644 --- a/src/gui/oscilloscopeview.h +++ b/src/gui/oscilloscopeview.h @@ -25,7 +25,7 @@ class TQTimer; */ class OscilloscopeView : public TQFrame { - Q_OBJECT + TQ_OBJECT public: OscilloscopeView( TQWidget *parent, const char *name = 0 ); diff --git a/src/gui/outputmethoddlg.h b/src/gui/outputmethoddlg.h index 6e7a914..1e14ffb 100644 --- a/src/gui/outputmethoddlg.h +++ b/src/gui/outputmethoddlg.h @@ -61,7 +61,7 @@ class OutputMethodInfo */ class OutputMethodDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/src/gui/pieditor.h b/src/gui/pieditor.h index 03fe2c1..f8102c3 100644 --- a/src/gui/pieditor.h +++ b/src/gui/pieditor.h @@ -29,7 +29,7 @@ class Variant; */ class PIEditor : public TQWidget { - Q_OBJECT + TQ_OBJECT public: PIEditor(TQString id, Variant *data, TQWidget *parent = 0, const char *name = 0); @@ -52,7 +52,7 @@ class PIEditor : public TQWidget */ class PIBool : public PIEditor { - Q_OBJECT + TQ_OBJECT public: PIBool( TQString id, Variant *data, TQWidget *parent = 0, const char *name = 0 ); @@ -73,7 +73,7 @@ class PIBool : public PIEditor */ class PIColor : public PIEditor { - Q_OBJECT + TQ_OBJECT public: PIColor(TQString id, Variant *data, TQWidget *parent = 0, const char *name = 0); @@ -95,7 +95,7 @@ Allows the editing of double precision numerical values, using the DoubleNum wid */ class PIDouble : public PIEditor { - Q_OBJECT + TQ_OBJECT public: PIDouble(TQString id, Variant *data, TQWidget *parent = 0, const char *name = 0); @@ -115,7 +115,7 @@ class PIDouble : public PIEditor */ class PIFilename : public PIEditor { - Q_OBJECT + TQ_OBJECT public: PIFilename(TQString id, Variant *data, TQWidget *parent = 0, const char *name = 0); @@ -137,7 +137,7 @@ class PIFilename : public PIEditor */ class PIInt : public PIEditor { - Q_OBJECT + TQ_OBJECT public: PIInt( const TQString &id, Variant *data, TQWidget *parent = 0, const char *name = 0); @@ -157,7 +157,7 @@ class PIInt : public PIEditor */ class PILineEdit : public PIEditor { - Q_OBJECT + TQ_OBJECT public: PILineEdit(TQString id, Variant *data, TQWidget *parent = 0, const char *name = 0); @@ -177,7 +177,7 @@ class PILineEdit : public PIEditor */ class PIStringCombo : public PIEditor { - Q_OBJECT + TQ_OBJECT public: PIStringCombo(TQString id, Variant *data, TQWidget *parent, const char *name = 0); diff --git a/src/gui/plvitem.h b/src/gui/plvitem.h index 78afcb9..8b32fe4 100644 --- a/src/gui/plvitem.h +++ b/src/gui/plvitem.h @@ -26,7 +26,7 @@ Basic item, which holds the Variant data and Id for an item */ class PLVItem : public TQObject, public TDEListViewItem { - Q_OBJECT + TQ_OBJECT public: PLVItem( TDEListView *listview, const TQString &id, Variant * data ); diff --git a/src/gui/probepositioner.h b/src/gui/probepositioner.h index daa1110..1be66dd 100644 --- a/src/gui/probepositioner.h +++ b/src/gui/probepositioner.h @@ -25,7 +25,7 @@ Widget for positioning the output of Probes in the OscilloscopeView */ class ProbePositioner : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ProbePositioner(TQWidget *parent = 0, const char *name = 0); diff --git a/src/gui/programmerdlg.h b/src/gui/programmerdlg.h index 0464b91..1f0dcb4 100644 --- a/src/gui/programmerdlg.h +++ b/src/gui/programmerdlg.h @@ -24,7 +24,7 @@ class ProgrammerWidget; */ class ProgrammerDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/src/gui/projectdlgs.h b/src/gui/projectdlgs.h index 56fb58b..1d8078e 100644 --- a/src/gui/projectdlgs.h +++ b/src/gui/projectdlgs.h @@ -29,7 +29,7 @@ A standard dialog for getting project details from the user for a new project */ class NewProjectDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: NewProjectDlg( TQWidget * parent ); @@ -72,7 +72,7 @@ class NewProjectDlg : public KDialogBase */ class CreateSubprojectDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CreateSubprojectDlg( TQWidget *parent = 0 ); @@ -112,7 +112,7 @@ class CreateSubprojectDlg : public KDialogBase */ class LinkerOptionsDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: LinkerOptionsDlg( LinkerOptions * linkingOptions, TQWidget *parent = 0 ); diff --git a/src/gui/propertieslistview.h b/src/gui/propertieslistview.h index 70b2180..e7405aa 100644 --- a/src/gui/propertieslistview.h +++ b/src/gui/propertieslistview.h @@ -28,7 +28,7 @@ typedef TQMap< TQString, PLVItem * > PLVItemMap; */ class PropertiesListView : public TDEListView { -Q_OBJECT +TQ_OBJECT public: PropertiesListView( TQWidget *parent = 0l, const char *name = 0l ); diff --git a/src/gui/settingsdlg.h b/src/gui/settingsdlg.h index 9d747cf..751c524 100644 --- a/src/gui/settingsdlg.h +++ b/src/gui/settingsdlg.h @@ -28,7 +28,7 @@ class SDCCOptionsWidget; */ class SettingsDlg : public TDEConfigDialog { - Q_OBJECT + TQ_OBJECT public: SettingsDlg( TQWidget *parent, const char *name, TDEConfigSkeleton *config ); diff --git a/src/gui/symbolviewer.h b/src/gui/symbolviewer.h index a85253f..2953439 100644 --- a/src/gui/symbolviewer.h +++ b/src/gui/symbolviewer.h @@ -31,7 +31,7 @@ namespace KateMDI { class ToolView; } */ class SymbolViewer : public TQWidget { - Q_OBJECT + TQ_OBJECT public: static SymbolViewer * self( KateMDI::ToolView * parent = 0l ); @@ -88,7 +88,7 @@ class SymbolViewer : public TQWidget class SymbolViewerItem : public TQObject, public TDEListViewItem { - Q_OBJECT + TQ_OBJECT public: SymbolViewerItem( SymbolViewer * symbolViewer, RegisterInfo * registerInfo ); |