diff --git a/doc/kommander/extending.docbook b/doc/kommander/extending.docbook index f4323828..353390ca 100644 --- a/doc/kommander/extending.docbook +++ b/doc/kommander/extending.docbook @@ -61,7 +61,7 @@ dialog, we get something like this in the generated header file: class QShowEvent; class KomLineEdit : public KLineEdit, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(QString populationText READ populationText WRITE setPopulationText DESIGNABLE false) TQ_PROPERTY(QStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) diff --git a/kimagemapeditor/arealistview.h b/kimagemapeditor/arealistview.h index 48f495f4..e3622edb 100644 --- a/kimagemapeditor/arealistview.h +++ b/kimagemapeditor/arealistview.h @@ -32,7 +32,7 @@ class Area; **/ class AreaListView : public TQVBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kimagemapeditor/imageslistview.h b/kimagemapeditor/imageslistview.h index 24bac7a0..99f2dc64 100644 --- a/kimagemapeditor/imageslistview.h +++ b/kimagemapeditor/imageslistview.h @@ -46,7 +46,7 @@ class ImagesListViewItem : public TQListViewItem **/ class ImagesListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kimagemapeditor/kimagemapeditor.h b/kimagemapeditor/kimagemapeditor.h index d500c099..615f0498 100644 --- a/kimagemapeditor/kimagemapeditor.h +++ b/kimagemapeditor/kimagemapeditor.h @@ -129,7 +129,7 @@ class KDockMainWindow; #define STATUS_SELECTION 1001 class KImageMapEditor : public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT public : enum ToolType { Selection, Rectangle, Circle, Polygon, Freehand, AddPoint, RemovePoint }; diff --git a/kimagemapeditor/kimedialogs.h b/kimagemapeditor/kimedialogs.h index aa8cdebe..03bccbf0 100644 --- a/kimagemapeditor/kimedialogs.h +++ b/kimagemapeditor/kimedialogs.h @@ -32,7 +32,7 @@ class TQSpinBox; class CoordsEdit : public TQWidget { -Q_OBJECT +TQ_OBJECT public : CoordsEdit(TQWidget *parent, Area* a); @@ -70,7 +70,7 @@ class CircleCoordsEdit : public CoordsEdit { class TQTable; class PolyCoordsEdit : public CoordsEdit { - Q_OBJECT + TQ_OBJECT public: PolyCoordsEdit(TQWidget *parent, Area* a); @@ -86,7 +86,7 @@ class PolyCoordsEdit : public CoordsEdit { }; class SelectionCoordsEdit : public CoordsEdit { - Q_OBJECT + TQ_OBJECT public: SelectionCoordsEdit(TQWidget *parent, Area* a); @@ -102,7 +102,7 @@ class TQCheckBox; class TQGridLayout; class AreaDialog : public KDialog { - Q_OBJECT + TQ_OBJECT private: Area *area; @@ -152,7 +152,7 @@ class TQLabel; class ImageMapChooseDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT private: TQTable *imageListTable; @@ -178,7 +178,7 @@ class ImageMapChooseDialog : public KDialogBase { class TDEConfig; class PreferencesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PreferencesDialog(TQWidget *parent,TDEConfig*); diff --git a/kimagemapeditor/kimeshell.h b/kimagemapeditor/kimeshell.h index 154edb59..1d86138a 100644 --- a/kimagemapeditor/kimeshell.h +++ b/kimagemapeditor/kimeshell.h @@ -24,7 +24,7 @@ class KImageMapEditor; class KimeShell : public KParts::DockMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kimagemapeditor/mapslistview.h b/kimagemapeditor/mapslistview.h index 858071ec..d3cea955 100644 --- a/kimagemapeditor/mapslistview.h +++ b/kimagemapeditor/mapslistview.h @@ -30,7 +30,7 @@ class TDEListView; **/ class MapsListView : public TQVBox { -Q_OBJECT +TQ_OBJECT public: MapsListView(TQWidget *parent, const char *name); diff --git a/kimagemapeditor/qextfileinfo.h b/kimagemapeditor/qextfileinfo.h index 86dd2923..7c838951 100644 --- a/kimagemapeditor/qextfileinfo.h +++ b/kimagemapeditor/qextfileinfo.h @@ -23,7 +23,7 @@ class QExtFileInfo:public TQObject { - Q_OBJECT + TQ_OBJECT public: QExtFileInfo() {}; diff --git a/klinkstatus/src/actionmanager.h b/klinkstatus/src/actionmanager.h index 15584b0c..66303d57 100644 --- a/klinkstatus/src/actionmanager.h +++ b/klinkstatus/src/actionmanager.h @@ -36,7 +36,7 @@ class TabWidgetSession; */ class ActionManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: ActionManager(TQObject* parent=0, const char* name=0); diff --git a/klinkstatus/src/engine/linkchecker.h b/klinkstatus/src/engine/linkchecker.h index a29d6445..050eaf87 100644 --- a/klinkstatus/src/engine/linkchecker.h +++ b/klinkstatus/src/engine/linkchecker.h @@ -39,7 +39,7 @@ using namespace std; */ class LinkChecker : public TQObject { - Q_OBJECT + TQ_OBJECT public: LinkChecker(LinkStatus* linkstatus, int time_out = 50, diff --git a/klinkstatus/src/engine/searchmanager.h b/klinkstatus/src/engine/searchmanager.h index c60281c7..943c94ed 100644 --- a/klinkstatus/src/engine/searchmanager.h +++ b/klinkstatus/src/engine/searchmanager.h @@ -43,7 +43,7 @@ typedef TQMap TDEHTMLPartMap; class SearchManager: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/klinkstatus/src/global.h b/klinkstatus/src/global.h index a91d3b6d..86b3cbd1 100644 --- a/klinkstatus/src/global.h +++ b/klinkstatus/src/global.h @@ -24,7 +24,7 @@ class TDEProcess; */ class Global : public TQObject { - Q_OBJECT + TQ_OBJECT public: static Global* self(); diff --git a/klinkstatus/src/klinkstatus.h b/klinkstatus/src/klinkstatus.h index 8d4e82ab..1c471234 100644 --- a/klinkstatus/src/klinkstatus.h +++ b/klinkstatus/src/klinkstatus.h @@ -40,7 +40,7 @@ class TDEToggleAction; */ class KLinkStatus : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: KLinkStatus(); diff --git a/klinkstatus/src/klinkstatus_part.h b/klinkstatus/src/klinkstatus_part.h index 3d8a498e..de91318a 100644 --- a/klinkstatus/src/klinkstatus_part.h +++ b/klinkstatus/src/klinkstatus_part.h @@ -36,7 +36,7 @@ class TDEAction; class KLinkStatusPart: public KParts::ReadOnlyPart { - Q_OBJECT + TQ_OBJECT public: KLinkStatusPart(TQWidget *parentWidget, const char *widgetName, diff --git a/klinkstatus/src/ui/documentrootdialog.h b/klinkstatus/src/ui/documentrootdialog.h index 0e7ef47d..cbbb6215 100644 --- a/klinkstatus/src/ui/documentrootdialog.h +++ b/klinkstatus/src/ui/documentrootdialog.h @@ -29,7 +29,7 @@ class KURLRequester; */ class DocumentRootDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: DocumentRootDialog(TQWidget *parent, TQString const& url); diff --git a/klinkstatus/src/ui/klshistorycombo.h b/klinkstatus/src/ui/klshistorycombo.h index 2b153b82..ba7fb5d3 100644 --- a/klinkstatus/src/ui/klshistorycombo.h +++ b/klinkstatus/src/ui/klshistorycombo.h @@ -21,7 +21,7 @@ Based on KonqCombo */ class KLSHistoryCombo : public KHistoryCombo { - Q_OBJECT + TQ_OBJECT public: diff --git a/klinkstatus/src/ui/resultssearchbar.h b/klinkstatus/src/ui/resultssearchbar.h index 1c5854c9..a9edceee 100644 --- a/klinkstatus/src/ui/resultssearchbar.h +++ b/klinkstatus/src/ui/resultssearchbar.h @@ -32,7 +32,7 @@ */ class ResultsSearchBar : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ResultsSearchBar(TQWidget *parent = 0, const char *name = 0); diff --git a/klinkstatus/src/ui/sessionwidget.h b/klinkstatus/src/ui/sessionwidget.h index 057b2c6c..fece4492 100644 --- a/klinkstatus/src/ui/sessionwidget.h +++ b/klinkstatus/src/ui/sessionwidget.h @@ -44,7 +44,7 @@ using namespace std; class SessionWidget: public SessionWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/klinkstatus/src/ui/settings/configidentificationdialog.h b/klinkstatus/src/ui/settings/configidentificationdialog.h index b9a40fd3..307187b4 100644 --- a/klinkstatus/src/ui/settings/configidentificationdialog.h +++ b/klinkstatus/src/ui/settings/configidentificationdialog.h @@ -28,7 +28,7 @@ */ class ConfigIdentificationDialog : public ConfigIdentificationDialogUi { -Q_OBJECT +TQ_OBJECT public: ConfigIdentificationDialog(TQWidget *parent = 0, const char *name = 0); diff --git a/klinkstatus/src/ui/tablelinkstatus.h b/klinkstatus/src/ui/tablelinkstatus.h index ba7d9731..0d01da82 100644 --- a/klinkstatus/src/ui/tablelinkstatus.h +++ b/klinkstatus/src/ui/tablelinkstatus.h @@ -45,7 +45,7 @@ class TableItem; class TableLinkstatus: public TQTable, public ResultView { - Q_OBJECT + TQ_OBJECT public: diff --git a/klinkstatus/src/ui/tabwidgetsession.h b/klinkstatus/src/ui/tabwidgetsession.h index 22675a38..a58e413f 100644 --- a/klinkstatus/src/ui/tabwidgetsession.h +++ b/klinkstatus/src/ui/tabwidgetsession.h @@ -37,7 +37,7 @@ This class handles the creation and destruction of sessions, i.e, severals insta */ class TabWidgetSession : public KTabWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/klinkstatus/src/ui/treeview.h b/klinkstatus/src/ui/treeview.h index 3ce26039..b3d6b9ee 100644 --- a/klinkstatus/src/ui/treeview.h +++ b/klinkstatus/src/ui/treeview.h @@ -28,7 +28,7 @@ that a TQTable view isn't needed at all so some day I will clean this up. */ class TreeView : public TDEListView, public ResultView { - Q_OBJECT + TQ_OBJECT public: diff --git a/klinkstatus/src/utils/xsl.h b/klinkstatus/src/utils/xsl.h index 4e6d8476..e579968b 100644 --- a/klinkstatus/src/utils/xsl.h +++ b/klinkstatus/src/utils/xsl.h @@ -34,7 +34,7 @@ class XSLTPrivate; */ class XSLT : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( Flags flags READ flagsProperty WRITE setFlagsProperty ) diff --git a/kommander/editor/actiondnd.h b/kommander/editor/actiondnd.h index eeb255a2..2f4649a5 100644 --- a/kommander/editor/actiondnd.h +++ b/kommander/editor/actiondnd.h @@ -36,7 +36,7 @@ class FormWindow; class QDesignerActionGroup : public TQActionGroup { - Q_OBJECT + TQ_OBJECT public: @@ -67,7 +67,7 @@ private: class QDesignerAction : public TQAction { - Q_OBJECT + TQ_OBJECT public: @@ -102,7 +102,7 @@ private: class QDesignerToolBarSeparator : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -122,7 +122,7 @@ private: class QSeparatorAction : public TQAction { - Q_OBJECT + TQ_OBJECT public: @@ -141,7 +141,7 @@ private: class QDesignerToolBar : public TQToolBar { - Q_OBJECT + TQ_OBJECT public: @@ -200,7 +200,7 @@ private: class QDesignerMenuBar : public TQMenuBar { - Q_OBJECT + TQ_OBJECT friend class QDesignerPopupMenu; @@ -249,7 +249,7 @@ private: class QDesignerPopupMenu : public TQPopupMenu { - Q_OBJECT + TQ_OBJECT public: @@ -298,7 +298,7 @@ private: class QDesignerIndicatorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/actioneditorimpl.h b/kommander/editor/actioneditorimpl.h index ff6f001d..38b543f4 100644 --- a/kommander/editor/actioneditorimpl.h +++ b/kommander/editor/actioneditorimpl.h @@ -31,7 +31,7 @@ class ActionItem; class ActionEditor : public ActionEditorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/actionlistview.h b/kommander/editor/actionlistview.h index c65e6658..fa13b2d2 100644 --- a/kommander/editor/actionlistview.h +++ b/kommander/editor/actionlistview.h @@ -52,7 +52,7 @@ private: class ActionListView : public TQListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/asciivalidator.h b/kommander/editor/asciivalidator.h index 676208eb..2faac155 100644 --- a/kommander/editor/asciivalidator.h +++ b/kommander/editor/asciivalidator.h @@ -27,7 +27,7 @@ class AsciiValidator: public TQValidator { - Q_OBJECT + TQ_OBJECT public: AsciiValidator( TQObject * parent, const char *name = 0 ); diff --git a/kommander/editor/assistproc.h b/kommander/editor/assistproc.h index 8e579bda..c7097787 100644 --- a/kommander/editor/assistproc.h +++ b/kommander/editor/assistproc.h @@ -27,7 +27,7 @@ class AssistProc : public TQProcess { - Q_OBJECT + TQ_OBJECT public: AssistProc( TQObject *parent=0, const char * name = 0, const TQString &path = TQString() ); diff --git a/kommander/editor/assoctexteditorimpl.h b/kommander/editor/assoctexteditorimpl.h index 2a63942e..2b12f766 100644 --- a/kommander/editor/assoctexteditorimpl.h +++ b/kommander/editor/assoctexteditorimpl.h @@ -48,7 +48,7 @@ class TDEPopupMenu; class AssocTextEditor : public AssocTextEditorBase { - Q_OBJECT + TQ_OBJECT public: AssocTextEditor(TQWidget*, FormWindow*, PropertyEditor*, KParts::PartManager *partManager, TQWidget*, const char* = 0, bool = true); diff --git a/kommander/editor/choosewidgetimpl.h b/kommander/editor/choosewidgetimpl.h index 5fd8a2b8..e3655e2b 100644 --- a/kommander/editor/choosewidgetimpl.h +++ b/kommander/editor/choosewidgetimpl.h @@ -21,7 +21,7 @@ class ChooseWidget : public ChooseWidgetBase { - Q_OBJECT + TQ_OBJECT public: ChooseWidget(TQWidget*, const char* = 0, bool=true); diff --git a/kommander/editor/command.h b/kommander/editor/command.h index 0e9390be..c093b0af 100644 --- a/kommander/editor/command.h +++ b/kommander/editor/command.h @@ -122,7 +122,7 @@ private: class CommandHistory : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/connectioneditorimpl.h b/kommander/editor/connectioneditorimpl.h index f130e590..8ac3fdd3 100644 --- a/kommander/editor/connectioneditorimpl.h +++ b/kommander/editor/connectioneditorimpl.h @@ -31,7 +31,7 @@ class FormWindow; class ConnectionEditor : public ConnectionEditorBase { - Q_OBJECT + TQ_OBJECT public: ConnectionEditor(TQWidget* parent, TQObject* sender, TQObject* receiver, FormWindow* fw); diff --git a/kommander/editor/filechooser.h b/kommander/editor/filechooser.h index e87ee91e..f3384d15 100644 --- a/kommander/editor/filechooser.h +++ b/kommander/editor/filechooser.h @@ -8,7 +8,7 @@ class TQPushButton; class FileChooser : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( Mode ) diff --git a/kommander/editor/formfile.h b/kommander/editor/formfile.h index 35839427..51377e04 100644 --- a/kommander/editor/formfile.h +++ b/kommander/editor/formfile.h @@ -28,7 +28,7 @@ class FormWindow; class FormFile : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/formsettingsimpl.h b/kommander/editor/formsettingsimpl.h index 1e1075d0..909999bb 100644 --- a/kommander/editor/formsettingsimpl.h +++ b/kommander/editor/formsettingsimpl.h @@ -27,7 +27,7 @@ class FormWindow; class FormSettings : public FormSettingsBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/formwindow.h b/kommander/editor/formwindow.h index cb9a5c1c..8f834b15 100644 --- a/kommander/editor/formwindow.h +++ b/kommander/editor/formwindow.h @@ -57,7 +57,7 @@ class OrderIndicator; class FormWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString fileName READ fileName WRITE setFileName ) diff --git a/kommander/editor/functionsimpl.h b/kommander/editor/functionsimpl.h index 525a5081..e59ec6c2 100644 --- a/kommander/editor/functionsimpl.h +++ b/kommander/editor/functionsimpl.h @@ -25,7 +25,7 @@ class FunctionsDialog : public FunctionsDialogBase { - Q_OBJECT + TQ_OBJECT public: FunctionsDialog(TQWidget*, const TQDict&, bool m_useInternalParser, char* = 0, bool = true); diff --git a/kommander/editor/hierarchyview.h b/kommander/editor/hierarchyview.h index 78fbe292..1ae2b866 100644 --- a/kommander/editor/hierarchyview.h +++ b/kommander/editor/hierarchyview.h @@ -79,7 +79,7 @@ private: class HierarchyList:public TQListView { - Q_OBJECT + TQ_OBJECT public: HierarchyList(TQWidget * parent, FormWindow * fw, bool doConnects = TRUE); @@ -123,7 +123,7 @@ protected: class HierarchyView : public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/iconvieweditorimpl.h b/kommander/editor/iconvieweditorimpl.h index b25c59cc..d1fc8ec9 100644 --- a/kommander/editor/iconvieweditorimpl.h +++ b/kommander/editor/iconvieweditorimpl.h @@ -27,7 +27,7 @@ class FormWindow; class IconViewEditor : public IconViewEditorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/layout.h b/kommander/editor/layout.h index ee266127..a630b601 100644 --- a/kommander/editor/layout.h +++ b/kommander/editor/layout.h @@ -33,7 +33,7 @@ class TQPaintEvent; class Layout : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -111,7 +111,7 @@ protected: class Spacer : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_OVERRIDE( TQCString name ) @@ -156,7 +156,7 @@ protected: class QDesignerGridLayout : public TQGridLayout { - Q_OBJECT + TQ_OBJECT public: QDesignerGridLayout( TQWidget *parent ) : TQGridLayout( parent ){}; diff --git a/kommander/editor/listboxeditorimpl.h b/kommander/editor/listboxeditorimpl.h index ec2376c0..677165ad 100644 --- a/kommander/editor/listboxeditorimpl.h +++ b/kommander/editor/listboxeditorimpl.h @@ -28,7 +28,7 @@ class FormWindow; class ListBoxEditor : public ListBoxEditorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/listvieweditorimpl.h b/kommander/editor/listvieweditorimpl.h index 15aecaf8..a64e7883 100644 --- a/kommander/editor/listvieweditorimpl.h +++ b/kommander/editor/listvieweditorimpl.h @@ -31,7 +31,7 @@ class FormWindow; class ListViewEditor : public ListViewEditorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/mainwindow.h b/kommander/editor/mainwindow.h index 16c143f6..1136faa2 100644 --- a/kommander/editor/mainwindow.h +++ b/kommander/editor/mainwindow.h @@ -67,7 +67,7 @@ namespace KParts { class MainWindow : public KParts::DockMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/messagelog.h b/kommander/editor/messagelog.h index ea1c2aa0..b1d3e66c 100644 --- a/kommander/editor/messagelog.h +++ b/kommander/editor/messagelog.h @@ -28,7 +28,7 @@ class TQListBoxItem; class MessageLog : public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: enum InfoType {Stdout, Stderr, All}; diff --git a/kommander/editor/multilineeditorimpl.h b/kommander/editor/multilineeditorimpl.h index 3931cf90..c5c07366 100644 --- a/kommander/editor/multilineeditorimpl.h +++ b/kommander/editor/multilineeditorimpl.h @@ -28,7 +28,7 @@ class TQMultiLineEdit; class MultiLineEditor : public MultiLineEditorBase { - Q_OBJECT + TQ_OBJECT public: @@ -46,7 +46,7 @@ private: class TextEditor : public MultiLineEditorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/newformimpl.h b/kommander/editor/newformimpl.h index e875a858..ed8e19a0 100644 --- a/kommander/editor/newformimpl.h +++ b/kommander/editor/newformimpl.h @@ -60,7 +60,7 @@ private: class NewForm : public NewFormBase { - Q_OBJECT + TQ_OBJECT public: NewForm( TQWidget *parent, const TQString &templatePath ); diff --git a/kommander/editor/orderindicator.h b/kommander/editor/orderindicator.h index cb75151b..08281c9c 100644 --- a/kommander/editor/orderindicator.h +++ b/kommander/editor/orderindicator.h @@ -27,7 +27,7 @@ class FormWindow; class OrderIndicator : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/paletteeditoradvancedimpl.h b/kommander/editor/paletteeditoradvancedimpl.h index a4b591cd..65ef641a 100644 --- a/kommander/editor/paletteeditoradvancedimpl.h +++ b/kommander/editor/paletteeditoradvancedimpl.h @@ -27,7 +27,7 @@ class FormWindow; class PaletteEditorAdvanced : public PaletteEditorAdvancedBase { - Q_OBJECT + TQ_OBJECT public: PaletteEditorAdvanced( FormWindow *fw, TQWidget * parent=0, const char * name=0, diff --git a/kommander/editor/paletteeditorimpl.h b/kommander/editor/paletteeditorimpl.h index 8bc18bce..680c960c 100644 --- a/kommander/editor/paletteeditorimpl.h +++ b/kommander/editor/paletteeditorimpl.h @@ -27,7 +27,7 @@ class FormWindow; class PaletteEditor : public PaletteEditorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/pixmapchooser.h b/kommander/editor/pixmapchooser.h index 6d8e761a..bfdf476c 100644 --- a/kommander/editor/pixmapchooser.h +++ b/kommander/editor/pixmapchooser.h @@ -31,7 +31,7 @@ class FormWindow; class PixmapView : public TQScrollView, public TQFilePreview { - Q_OBJECT + TQ_OBJECT public: @@ -47,7 +47,7 @@ private: class ImageIconProvider : public TQFileIconProvider { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/previewframe.h b/kommander/editor/previewframe.h index eda444f5..ad89abe5 100644 --- a/kommander/editor/previewframe.h +++ b/kommander/editor/previewframe.h @@ -28,7 +28,7 @@ class PreviewWorkspace : public TQWorkspace { - Q_OBJECT + TQ_OBJECT public: PreviewWorkspace( TQWidget* parent = 0, const char* name = 0 ) @@ -41,7 +41,7 @@ protected: class PreviewFrame : public TQVBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/previewwidgetimpl.h b/kommander/editor/previewwidgetimpl.h index 31e04253..92fbce42 100644 --- a/kommander/editor/previewwidgetimpl.h +++ b/kommander/editor/previewwidgetimpl.h @@ -25,7 +25,7 @@ class PreviewWidget : public PreviewWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/propertyeditor.h b/kommander/editor/propertyeditor.h index 00718088..a63b8406 100644 --- a/kommander/editor/propertyeditor.h +++ b/kommander/editor/propertyeditor.h @@ -127,7 +127,7 @@ private: class PropertyTextItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -164,7 +164,7 @@ private: class PropertyBoolItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -189,7 +189,7 @@ private: class PropertyIntItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -215,7 +215,7 @@ private: class PropertyDoubleItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -239,7 +239,7 @@ private: class PropertyListItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -275,7 +275,7 @@ private: class PropertyFontItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -305,7 +305,7 @@ private: class PropertyCoordItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -335,7 +335,7 @@ private: class PropertyColorItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -370,7 +370,7 @@ private: class PropertyPixmapItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -401,7 +401,7 @@ private: class PropertySizePolicyItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -428,7 +428,7 @@ private: class PropertyPaletteItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -457,7 +457,7 @@ private: class PropertyCursorItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -483,7 +483,7 @@ private: class PropertyDatabaseItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -510,7 +510,7 @@ private: class PropertyList : public TQListView { - Q_OBJECT + TQ_OBJECT public: @@ -566,7 +566,7 @@ private: class PropertyEditor : public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: @@ -616,7 +616,7 @@ private: class PropertyDateItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -640,7 +640,7 @@ private: class PropertyTimeItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: @@ -664,7 +664,7 @@ private: class PropertyDateTimeItem : public TQObject, public PropertyItem { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/qcompletionedit.h b/kommander/editor/qcompletionedit.h index 6390bd13..b96de3a9 100644 --- a/kommander/editor/qcompletionedit.h +++ b/kommander/editor/qcompletionedit.h @@ -9,7 +9,7 @@ class TQVBox; class QCompletionEdit : public TQLineEdit { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool autoAdd READ autoAdd WRITE setAutoAdd ) TQ_PROPERTY( bool caseSensitive READ isCaseSensitive WRITE setCaseSensitive ) diff --git a/kommander/editor/sizehandle.h b/kommander/editor/sizehandle.h index 28d18063..394788ed 100644 --- a/kommander/editor/sizehandle.h +++ b/kommander/editor/sizehandle.h @@ -32,7 +32,7 @@ class TQPaintEvent; class SizeHandle : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/styledbutton.h b/kommander/editor/styledbutton.h index a090b8b5..1c46472c 100644 --- a/kommander/editor/styledbutton.h +++ b/kommander/editor/styledbutton.h @@ -30,7 +30,7 @@ class FormWindow; class StyledButton : public TQButton { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQColor color READ color WRITE setColor ) diff --git a/kommander/editor/tableeditorimpl.h b/kommander/editor/tableeditorimpl.h index 0342ed60..70b61763 100644 --- a/kommander/editor/tableeditorimpl.h +++ b/kommander/editor/tableeditorimpl.h @@ -10,7 +10,7 @@ class FormWindow; class TableEditor : public TableEditorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/timestamp.h b/kommander/editor/timestamp.h index cc867ad8..bbf11cff 100644 --- a/kommander/editor/timestamp.h +++ b/kommander/editor/timestamp.h @@ -27,7 +27,7 @@ class TimeStamp : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/widgetfactory.h b/kommander/editor/widgetfactory.h index ff0d9c60..7b45da8c 100644 --- a/kommander/editor/widgetfactory.h +++ b/kommander/editor/widgetfactory.h @@ -110,7 +110,7 @@ private: class QDesignerTabWidget : public TQTabWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int currentPage READ currentPage WRITE setCurrentPage STORED false DESIGNABLE true ) TQ_PROPERTY( TQString pageTitle READ pageTitle WRITE setPageTitle STORED false DESIGNABLE true ) @@ -140,7 +140,7 @@ private: class EditorTabWidget : public TabWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int currentPage READ currentPage WRITE setCurrentPage STORED false DESIGNABLE true ) TQ_PROPERTY( TQString pageTitle READ pageTitle WRITE setPageTitle STORED false DESIGNABLE true ) @@ -170,7 +170,7 @@ private: class KDE_EXPORT EditorToolBox : public ToolBox { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int currentPage READ currentPage WRITE setCurrentPage STORED false DESIGNABLE true ) TQ_PROPERTY( TQString pageTitle READ pageTitle WRITE setPageTitle STORED false DESIGNABLE true ) @@ -190,7 +190,7 @@ public: class QDesignerWizard : public TQWizard { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int currentPage READ currentPageNum WRITE setCurrentPage STORED false DESIGNABLE true ) TQ_PROPERTY( TQString pageTitle READ pageTitle WRITE setPageTitle STORED false DESIGNABLE true ) @@ -226,7 +226,7 @@ private: class TQLayoutWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -245,7 +245,7 @@ protected: class CustomWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -278,7 +278,7 @@ protected: class Line : public TQFrame { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( Orientation orientation READ orientation WRITE setOrientation ) @@ -305,7 +305,7 @@ public: class QDesignerLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQCString buddy READ buddyWidget WRITE setBuddyWidget ) @@ -338,7 +338,7 @@ private: class QDesignerWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -355,7 +355,7 @@ private: class QDesignerDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: @@ -372,7 +372,7 @@ private: class QDesignerToolButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int buttonGroupId READ buttonGroupId WRITE setButtonGroupId ) @@ -396,7 +396,7 @@ public: class QDesignerRadioButton : public TQRadioButton { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int buttonGroupId READ buttonGroupId WRITE setButtonGroupId ) @@ -421,7 +421,7 @@ public: class QDesignerPushButton : public TQPushButton { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int buttonGroupId READ buttonGroupId WRITE setButtonGroupId ) @@ -446,7 +446,7 @@ public: class QDesignerCheckBox : public TQCheckBox { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int buttonGroupId READ buttonGroupId WRITE setButtonGroupId ) @@ -471,7 +471,7 @@ public: class EditorDialog : public Dialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/wizardeditorimpl.h b/kommander/editor/wizardeditorimpl.h index b3d7e896..c6bb84ed 100644 --- a/kommander/editor/wizardeditorimpl.h +++ b/kommander/editor/wizardeditorimpl.h @@ -31,7 +31,7 @@ class FormWindow; class WizardEditor : public WizardEditorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/editor/workspace.h b/kommander/editor/workspace.h index 330fd444..4ba4b2a3 100644 --- a/kommander/editor/workspace.h +++ b/kommander/editor/workspace.h @@ -93,7 +93,7 @@ private: class Workspace : public TQListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/examples/old/widgetgenerator.kmdr b/kommander/examples/old/widgetgenerator.kmdr index d4ebfc78..a6d8eaaa 100644 --- a/kommander/examples/old/widgetgenerator.kmdr +++ b/kommander/examples/old/widgetgenerator.kmdr @@ -105,7 +105,7 @@ class QWidget; class QShowEvent; class @className : public @inheritClassName, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(QString populationText READ populationText WRITE setPopulationText DESIGNABLE false) TQ_PROPERTY(QStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) diff --git a/kommander/executor/instance.h b/kommander/executor/instance.h index f7af3103..f93c90de 100644 --- a/kommander/executor/instance.h +++ b/kommander/executor/instance.h @@ -42,7 +42,7 @@ class KommanderWidget; class Instance : public TQObject, virtual public DCOPKommanderIf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kommander/part/kommander_part.h b/kommander/part/kommander_part.h index aca36b89..91c10fdb 100644 --- a/kommander/part/kommander_part.h +++ b/kommander/part/kommander_part.h @@ -23,7 +23,7 @@ class TQGridLayout; class KommanderPart : public KParts::ReadOnlyPart { - Q_OBJECT + TQ_OBJECT public: KommanderPart(TQWidget *parentWidget, const char *widgetName, diff --git a/kommander/plugin/kommanderplugin.h b/kommander/plugin/kommanderplugin.h index 509ee9da..0699774e 100644 --- a/kommander/plugin/kommanderplugin.h +++ b/kommander/plugin/kommanderplugin.h @@ -44,7 +44,7 @@ class TQIconSet; class KOMMANDER_EXPORT KommanderPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: KommanderPlugin(); diff --git a/kommander/pluginmanager/mainwindow.h b/kommander/pluginmanager/mainwindow.h index b49c4e21..09e536b4 100644 --- a/kommander/pluginmanager/mainwindow.h +++ b/kommander/pluginmanager/mainwindow.h @@ -25,7 +25,7 @@ class PluginManager; class MainWindow : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: MainWindow( TQWidget* parent = 0, const char *name = 0, WFlags f = WType_TopLevel | WDestructiveClose ); diff --git a/kommander/widget/invokeclass.h b/kommander/widget/invokeclass.h index 341aa78f..ac6ce32f 100644 --- a/kommander/widget/invokeclass.h +++ b/kommander/widget/invokeclass.h @@ -17,7 +17,7 @@ #include class InvokeClass : public TQObject { -Q_OBJECT +TQ_OBJECT public: InvokeClass(TQObject *parent); diff --git a/kommander/widget/kmdrmainwindow.h b/kommander/widget/kmdrmainwindow.h index cc1b57d3..96c4aabd 100644 --- a/kommander/widget/kmdrmainwindow.h +++ b/kommander/widget/kmdrmainwindow.h @@ -19,7 +19,7 @@ */ class KDE_EXPORT KmdrMainWindow : public TDEMainWindow { -Q_OBJECT +TQ_OBJECT public: KmdrMainWindow(TQWidget *parent = 0, const char *name = 0, WFlags f = WType_TopLevel | WDestructiveClose); diff --git a/kommander/widget/myprocess.h b/kommander/widget/myprocess.h index 039db894..aed080d9 100644 --- a/kommander/widget/myprocess.h +++ b/kommander/widget/myprocess.h @@ -28,7 +28,7 @@ class KommanderWidget; class KOMMANDER_EXPORT MyProcess : public TQObject { - Q_OBJECT + TQ_OBJECT public: MyProcess(const KommanderWidget *); diff --git a/kommander/widgets/aboutdialog.h b/kommander/widgets/aboutdialog.h index 37dedec4..e15743c6 100644 --- a/kommander/widgets/aboutdialog.h +++ b/kommander/widgets/aboutdialog.h @@ -23,7 +23,7 @@ class TDEAboutData; */ class KDE_EXPORT AboutDialog : public TQLabel, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(bool KommanderWidget READ isKommanderWidget) TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/buttongroup.h b/kommander/widgets/buttongroup.h index cf2aa882..d9f79a86 100644 --- a/kommander/widgets/buttongroup.h +++ b/kommander/widgets/buttongroup.h @@ -33,7 +33,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT ButtonGroup : public TQButtonGroup, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/checkbox.h b/kommander/widgets/checkbox.h index 6a740246..24713e9f 100644 --- a/kommander/widgets/checkbox.h +++ b/kommander/widgets/checkbox.h @@ -33,7 +33,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT CheckBox : public TQCheckBox, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/closebutton.h b/kommander/widgets/closebutton.h index 975a3f46..96a5689a 100644 --- a/kommander/widgets/closebutton.h +++ b/kommander/widgets/closebutton.h @@ -32,7 +32,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT CloseButton : public KPushButton, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/combobox.h b/kommander/widgets/combobox.h index 70a4c2d7..c964667d 100644 --- a/kommander/widgets/combobox.h +++ b/kommander/widgets/combobox.h @@ -33,7 +33,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT ComboBox : public KComboBox, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/datepicker.h b/kommander/widgets/datepicker.h index aa9e81e9..ddfa3be9 100644 --- a/kommander/widgets/datepicker.h +++ b/kommander/widgets/datepicker.h @@ -33,7 +33,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT DatePicker : public KDatePicker, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/dialog.h b/kommander/widgets/dialog.h index 9f34dd94..1859ed79 100644 --- a/kommander/widgets/dialog.h +++ b/kommander/widgets/dialog.h @@ -28,7 +28,7 @@ class TQShowEvent; class KOMMANDER_EXPORT Dialog : public TQDialog, public KommanderWindow { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/execbutton.h b/kommander/widgets/execbutton.h index 58fb7ef5..f866f8b2 100644 --- a/kommander/widgets/execbutton.h +++ b/kommander/widgets/execbutton.h @@ -35,7 +35,7 @@ class MyProcess; class TQShowEvent; class KOMMANDER_EXPORT ExecButton : public KPushButton, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_ENUMS(Blocking) diff --git a/kommander/widgets/fileselector.h b/kommander/widgets/fileselector.h index ecdbf402..2f69c872 100644 --- a/kommander/widgets/fileselector.h +++ b/kommander/widgets/fileselector.h @@ -35,7 +35,7 @@ class KLineEdit; class TQShowEvent; class KOMMANDER_EXPORT FileSelector : public TQWidget, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/fontdialog.h b/kommander/widgets/fontdialog.h index 375e6cea..dc9d7f7d 100644 --- a/kommander/widgets/fontdialog.h +++ b/kommander/widgets/fontdialog.h @@ -22,7 +22,7 @@ */ class KDE_EXPORT FontDialog : public TQLabel, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) TQ_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) diff --git a/kommander/widgets/groupbox.h b/kommander/widgets/groupbox.h index aac0d9ce..33472edc 100644 --- a/kommander/widgets/groupbox.h +++ b/kommander/widgets/groupbox.h @@ -33,7 +33,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT GroupBox : public TQGroupBox, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/konsole.h b/kommander/widgets/konsole.h index 9ab83525..5c2722e5 100644 --- a/kommander/widgets/konsole.h +++ b/kommander/widgets/konsole.h @@ -31,7 +31,7 @@ class MyProcess; class KOMMANDER_EXPORT Konsole : public KTextEdit, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/label.h b/kommander/widgets/label.h index 8c0b2ed3..cd49dadd 100644 --- a/kommander/widgets/label.h +++ b/kommander/widgets/label.h @@ -32,7 +32,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT Label : public TQLabel, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/lineedit.h b/kommander/widgets/lineedit.h index d56b3e30..581fa4cc 100644 --- a/kommander/widgets/lineedit.h +++ b/kommander/widgets/lineedit.h @@ -33,7 +33,7 @@ class TQShowEvent; class KOMMANDER_EXPORT LineEdit : public KLineEdit, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/listbox.h b/kommander/widgets/listbox.h index 61932c64..9ced5462 100644 --- a/kommander/widgets/listbox.h +++ b/kommander/widgets/listbox.h @@ -33,7 +33,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT ListBox : public TDEListBox, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/pixmaplabel.h b/kommander/widgets/pixmaplabel.h index 35538be1..3fbf08fe 100644 --- a/kommander/widgets/pixmaplabel.h +++ b/kommander/widgets/pixmaplabel.h @@ -33,7 +33,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT PixmapLabel : public TQLabel, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) TQ_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) diff --git a/kommander/widgets/popupmenu.h b/kommander/widgets/popupmenu.h index 4bf073b8..4f1b08d4 100644 --- a/kommander/widgets/popupmenu.h +++ b/kommander/widgets/popupmenu.h @@ -24,7 +24,7 @@ class TDEPopupMenu; */ class KDE_EXPORT PopupMenu : public TQLabel, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) TQ_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) diff --git a/kommander/widgets/progressbar.h b/kommander/widgets/progressbar.h index 7570b681..9532e139 100644 --- a/kommander/widgets/progressbar.h +++ b/kommander/widgets/progressbar.h @@ -32,7 +32,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT ProgressBar: public KProgress, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/radiobutton.h b/kommander/widgets/radiobutton.h index 2870a230..15f18a78 100644 --- a/kommander/widgets/radiobutton.h +++ b/kommander/widgets/radiobutton.h @@ -32,7 +32,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT RadioButton : public TQRadioButton, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/richtexteditor.h b/kommander/widgets/richtexteditor.h index b7fd1540..79119f94 100644 --- a/kommander/widgets/richtexteditor.h +++ b/kommander/widgets/richtexteditor.h @@ -36,7 +36,7 @@ class TQHButtonGroup; class TQShowEvent; class KOMMANDER_EXPORT RichTextEditor : public TQWidget, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/scriptobject.h b/kommander/widgets/scriptobject.h index 2a954f2d..9d427351 100644 --- a/kommander/widgets/scriptobject.h +++ b/kommander/widgets/scriptobject.h @@ -28,7 +28,7 @@ class KOMMANDER_EXPORT ScriptObject : public TQLabel, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/slider.h b/kommander/widgets/slider.h index 517f00e9..4bb1f1e3 100644 --- a/kommander/widgets/slider.h +++ b/kommander/widgets/slider.h @@ -29,7 +29,7 @@ class TQShowEvent; class KOMMANDER_EXPORT Slider: public TQSlider, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) TQ_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) diff --git a/kommander/widgets/spinboxint.h b/kommander/widgets/spinboxint.h index 777ee291..93b75813 100644 --- a/kommander/widgets/spinboxint.h +++ b/kommander/widgets/spinboxint.h @@ -32,7 +32,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT SpinBoxInt : public TQSpinBox, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/statusbar.h b/kommander/widgets/statusbar.h index f7e8f139..91fbe0b6 100644 --- a/kommander/widgets/statusbar.h +++ b/kommander/widgets/statusbar.h @@ -32,7 +32,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT StatusBar : public KStatusBar, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/subdialog.h b/kommander/widgets/subdialog.h index bbf07e21..7f742c51 100644 --- a/kommander/widgets/subdialog.h +++ b/kommander/widgets/subdialog.h @@ -33,7 +33,7 @@ class TQDialog; class TQShowEvent; class KOMMANDER_EXPORT SubDialog : public TQPushButton, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/table.h b/kommander/widgets/table.h index 3a95b483..21f3dc58 100644 --- a/kommander/widgets/table.h +++ b/kommander/widgets/table.h @@ -30,7 +30,7 @@ class TQWidget; class KOMMANDER_EXPORT Table : public TQTable, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/tabwidget.h b/kommander/widgets/tabwidget.h index 818879ec..6eb0747a 100644 --- a/kommander/widgets/tabwidget.h +++ b/kommander/widgets/tabwidget.h @@ -27,7 +27,7 @@ class TQShowEvent; class KOMMANDER_EXPORT TabWidget : public TQTabWidget, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/textbrowser.h b/kommander/widgets/textbrowser.h index 18c99712..f134891a 100644 --- a/kommander/widgets/textbrowser.h +++ b/kommander/widgets/textbrowser.h @@ -29,7 +29,7 @@ class TQShowEvent; class KOMMANDER_EXPORT TextBrowser: public KTextBrowser, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) TQ_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) diff --git a/kommander/widgets/textedit.h b/kommander/widgets/textedit.h index a1713fd9..d445d563 100644 --- a/kommander/widgets/textedit.h +++ b/kommander/widgets/textedit.h @@ -31,7 +31,7 @@ class TQShowEvent; class KOMMANDER_EXPORT TextEdit: public KTextEdit, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) TQ_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) diff --git a/kommander/widgets/timer.h b/kommander/widgets/timer.h index fa3523ad..d53550a9 100644 --- a/kommander/widgets/timer.h +++ b/kommander/widgets/timer.h @@ -26,7 +26,7 @@ class TQTimer; class KOMMANDER_EXPORT Timer : public TQLabel, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/toolbox.h b/kommander/widgets/toolbox.h index b1563c13..a80b8d9f 100644 --- a/kommander/widgets/toolbox.h +++ b/kommander/widgets/toolbox.h @@ -21,7 +21,7 @@ class KDE_EXPORT ToolBox : public TQToolBox, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) TQ_PROPERTY(TQStringList associations READ associatedText WRITE setAssociatedText DESIGNABLE false) diff --git a/kommander/widgets/treewidget.h b/kommander/widgets/treewidget.h index 291a254e..e3bb7f4f 100644 --- a/kommander/widgets/treewidget.h +++ b/kommander/widgets/treewidget.h @@ -34,7 +34,7 @@ class TQWidget; class TQShowEvent; class KOMMANDER_EXPORT TreeWidget : public TDEListView, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/widgets/wizard.h b/kommander/widgets/wizard.h index d8bbab45..7b3b6fdf 100644 --- a/kommander/widgets/wizard.h +++ b/kommander/widgets/wizard.h @@ -29,7 +29,7 @@ class TQShowEvent; class KOMMANDER_EXPORT Wizard : public TQWizard, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kommander/working/plugintemplate/widget.h b/kommander/working/plugintemplate/widget.h index c07c78cf..328ebe3b 100644 --- a/kommander/working/plugintemplate/widget.h +++ b/kommander/working/plugintemplate/widget.h @@ -14,7 +14,7 @@ class TQStringList; //replace TQWidget with the widget you want to derive from class %{APPNAME}: public TQWidget, public KommanderWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString populationText READ populationText WRITE setPopulationText DESIGNABLE false) diff --git a/kxsldbg/kxsldbg.h b/kxsldbg/kxsldbg.h index 1d3420ad..b025918c 100644 --- a/kxsldbg/kxsldbg.h +++ b/kxsldbg/kxsldbg.h @@ -23,7 +23,7 @@ class TDEToggleAction; */ class KXsldbg : public KParts::MainWindow, public KXsldbgIf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/kxsldbg_part.h b/kxsldbg/kxsldbgpart/kxsldbg_part.h index 173d22cf..35328993 100644 --- a/kxsldbg/kxsldbgpart/kxsldbg_part.h +++ b/kxsldbg/kxsldbgpart/kxsldbg_part.h @@ -47,7 +47,7 @@ typedef TQDict XsldbgDocDict; */ class KXsldbgPart : public KParts::ReadOnlyPart, public KXsldbgPartIf { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/libtqtnotfier/xsldbgdebuggerbase.h b/kxsldbg/kxsldbgpart/libtqtnotfier/xsldbgdebuggerbase.h index 78dcbf3c..b82dbac7 100644 --- a/kxsldbg/kxsldbgpart/libtqtnotfier/xsldbgdebuggerbase.h +++ b/kxsldbg/kxsldbgpart/libtqtnotfier/xsldbgdebuggerbase.h @@ -44,7 +44,7 @@ class TQStringList; */ class XsldbgDebuggerBase : public TQObject { - Q_OBJECT + TQ_OBJECT friend class XsldbgEvent; diff --git a/kxsldbg/kxsldbgpart/qxsldbgdoc.h b/kxsldbg/kxsldbgpart/qxsldbgdoc.h index c7c50174..8ddd8e3d 100644 --- a/kxsldbg/kxsldbgpart/qxsldbgdoc.h +++ b/kxsldbg/kxsldbgpart/qxsldbgdoc.h @@ -18,7 +18,7 @@ class QXsldbgDoc : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbgbreakpointsimpl.h b/kxsldbg/kxsldbgpart/xsldbgbreakpointsimpl.h index 4a567f6a..58f442c0 100644 --- a/kxsldbg/kxsldbgpart/xsldbgbreakpointsimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbgbreakpointsimpl.h @@ -29,7 +29,7 @@ class XsldbgDebugger; class XsldbgBreakpointsImpl : public XsldbgBreakpoints, public XsldbgDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbgcallstackimpl.h b/kxsldbg/kxsldbgpart/xsldbgcallstackimpl.h index 66ebd983..ee7b9e4c 100644 --- a/kxsldbg/kxsldbgpart/xsldbgcallstackimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbgcallstackimpl.h @@ -28,7 +28,7 @@ class XsldbgDebugger; class XsldbgCallStackImpl : public XsldbgCallStack, public XsldbgDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbgconfigimpl.h b/kxsldbg/kxsldbgpart/xsldbgconfigimpl.h index 5a550a94..1ea50c64 100644 --- a/kxsldbg/kxsldbgpart/xsldbgconfigimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbgconfigimpl.h @@ -48,7 +48,7 @@ private: class XsldbgDebugger; class XsldbgConfigImpl : public XsldbgConfig, public XsldbgDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbgdebugger.h b/kxsldbg/kxsldbgpart/xsldbgdebugger.h index 7c98b8f2..886f1635 100644 --- a/kxsldbg/kxsldbgpart/xsldbgdebugger.h +++ b/kxsldbg/kxsldbgpart/xsldbgdebugger.h @@ -34,7 +34,7 @@ class TQStringList; class XsldbgWalkSpeedImpl; class XsldbgDebugger : public XsldbgDebuggerBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbgentitiesimpl.h b/kxsldbg/kxsldbgpart/xsldbgentitiesimpl.h index 0918b566..8c8cc8b7 100644 --- a/kxsldbg/kxsldbgpart/xsldbgentitiesimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbgentitiesimpl.h @@ -28,7 +28,7 @@ class XsldbgDebugger; class XsldbgEntitiesImpl : public XsldbgEntities, public XsldbgDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbgglobalvariablesimpl.h b/kxsldbg/kxsldbgpart/xsldbgglobalvariablesimpl.h index c3c84e12..eca498b8 100644 --- a/kxsldbg/kxsldbgpart/xsldbgglobalvariablesimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbgglobalvariablesimpl.h @@ -28,7 +28,7 @@ class XsldbgDebugger; class XsldbgGlobalVariablesImpl : public XsldbgGlobalVariables, public XsldbgDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbginspector.h b/kxsldbg/kxsldbgpart/xsldbginspector.h index ea84eda1..70e51604 100644 --- a/kxsldbg/kxsldbgpart/xsldbginspector.h +++ b/kxsldbg/kxsldbgpart/xsldbginspector.h @@ -30,7 +30,7 @@ class XsldbgEntitiesImpl; class XsldbgInspector : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbglocalvariablesimpl.h b/kxsldbg/kxsldbgpart/xsldbglocalvariablesimpl.h index fd6af97c..805c41e4 100644 --- a/kxsldbg/kxsldbgpart/xsldbglocalvariablesimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbglocalvariablesimpl.h @@ -28,7 +28,7 @@ class XsldbgDebugger; class XsldbgLocalVariablesImpl : public XsldbgLocalVariables, public XsldbgDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbgoutputview.h b/kxsldbg/kxsldbgpart/xsldbgoutputview.h index b4d89db3..3d1cd1d0 100644 --- a/kxsldbg/kxsldbgpart/xsldbgoutputview.h +++ b/kxsldbg/kxsldbgpart/xsldbgoutputview.h @@ -28,7 +28,7 @@ class TQDialog; class XsldbgMsgDialogImpl; class XsldbgOutputView : public TQTextEdit { - Q_OBJECT + TQ_OBJECT public : diff --git a/kxsldbg/kxsldbgpart/xsldbgsourcesimpl.h b/kxsldbg/kxsldbgpart/xsldbgsourcesimpl.h index cf2af37e..9915b9c0 100644 --- a/kxsldbg/kxsldbgpart/xsldbgsourcesimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbgsourcesimpl.h @@ -28,7 +28,7 @@ class XsldbgDebugger; class XsldbgSourcesImpl : public XsldbgSources, public XsldbgDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbgtemplatesimpl.h b/kxsldbg/kxsldbgpart/xsldbgtemplatesimpl.h index 7584860d..c7fa5b72 100644 --- a/kxsldbg/kxsldbgpart/xsldbgtemplatesimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbgtemplatesimpl.h @@ -30,7 +30,7 @@ class XsldbgDebugger; class XsldbgTemplatesImpl : public XsldbgTemplates, public XsldbgDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kxsldbg/kxsldbgpart/xsldbgwalkspeedimpl.h b/kxsldbg/kxsldbgpart/xsldbgwalkspeedimpl.h index 290819aa..ec80d4e3 100644 --- a/kxsldbg/kxsldbgpart/xsldbgwalkspeedimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbgwalkspeedimpl.h @@ -27,7 +27,7 @@ class XsldbgDebugger; class XsldbgWalkSpeedImpl : public XsldbgWalkSpeed { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/compatibility/tdemdi/qextmdi/kdockwidget.h b/lib/compatibility/tdemdi/qextmdi/kdockwidget.h index aad41407..2f4d4d01 100644 --- a/lib/compatibility/tdemdi/qextmdi/kdockwidget.h +++ b/lib/compatibility/tdemdi/qextmdi/kdockwidget.h @@ -104,7 +104,7 @@ namespace KMDI */ class KDockWidgetAbstractHeader : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -154,7 +154,7 @@ private: */ class TDEUI_EXPORT KDockWidgetAbstractHeaderDrag : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -200,7 +200,7 @@ private: */ class TDEUI_EXPORT KDockWidgetHeaderDrag : public KDockWidgetAbstractHeaderDrag { - Q_OBJECT + TQ_OBJECT public: @@ -242,7 +242,7 @@ private: */ class TDEUI_EXPORT KDockWidgetHeader : public KDockWidgetAbstractHeader { - Q_OBJECT + TQ_OBJECT public: @@ -368,7 +368,7 @@ private: */ class TDEUI_EXPORT KDockTabGroup : public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: /** @@ -429,7 +429,7 @@ private: */ class TDEUI_EXPORT KDockWidget: public TQWidget { - Q_OBJECT + TQ_OBJECT friend class KDockManager; friend class KDockSplitter; @@ -911,7 +911,7 @@ private: */ class TDEUI_EXPORT KDockManager: public TQObject { - Q_OBJECT + TQ_OBJECT friend class KDockWidget; friend class KDockMainWindow; @@ -1308,7 +1308,7 @@ private: */ class TDEUI_EXPORT KDockMainWindow : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT friend class KDockManager; @@ -1475,7 +1475,7 @@ private: class TDEUI_EXPORT KDockArea : public TQWidget { - Q_OBJECT + TQ_OBJECT friend class KDockManager; diff --git a/lib/compatibility/tdemdi/qextmdi/kdockwidget_private.h b/lib/compatibility/tdemdi/qextmdi/kdockwidget_private.h index 1a4d021f..44760156 100644 --- a/lib/compatibility/tdemdi/qextmdi/kdockwidget_private.h +++ b/lib/compatibility/tdemdi/qextmdi/kdockwidget_private.h @@ -42,7 +42,7 @@ class KDockContainer; */ class TDEUI_EXPORT KDockSplitter : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KDockSplitter(TQWidget *parent= 0, const char *name= 0, Orientation orient=TQt::Vertical, int pos= 50, bool highResolution=false); @@ -117,7 +117,7 @@ private: */ class TDEUI_EXPORT KDockButton_Private : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: KDockButton_Private( TQWidget *parent=0, const char *name=0 ); @@ -143,7 +143,7 @@ private: */ class TDEUI_EXPORT KDockWidgetPrivate : public TQObject { - Q_OBJECT + TQ_OBJECT public: KDockWidgetPrivate(); diff --git a/lib/compatibility/tdemdi/qextmdi/ktabbar.h b/lib/compatibility/tdemdi/qextmdi/ktabbar.h index 53e87c8b..14d5e738 100644 --- a/lib/compatibility/tdemdi/qextmdi/ktabbar.h +++ b/lib/compatibility/tdemdi/qextmdi/ktabbar.h @@ -34,7 +34,7 @@ class KTabBarPrivate; */ class TDEUI_EXPORT KTabBar: public TQTabBar { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/compatibility/tdemdi/qextmdi/ktabwidget.h b/lib/compatibility/tdemdi/qextmdi/ktabwidget.h index 5c9ba940..e2ac7c94 100644 --- a/lib/compatibility/tdemdi/qextmdi/ktabwidget.h +++ b/lib/compatibility/tdemdi/qextmdi/ktabwidget.h @@ -35,7 +35,7 @@ class KTabWidgetPrivate; */ class TDEUI_EXPORT KTabWidget : public TQTabWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool tabReorderingEnabled READ isTabReorderingEnabled WRITE setTabReorderingEnabled ) TQ_PROPERTY( bool hoverCloseButton READ hoverCloseButton WRITE setHoverCloseButton ) diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdichildarea.h b/lib/compatibility/tdemdi/qextmdi/tdemdichildarea.h index a5909862..11a93414 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdichildarea.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdichildarea.h @@ -54,7 +54,7 @@ class KMDI_EXPORT KMdiChildArea : public TQFrame friend class KMdiChildFrmCaption; friend class KMdiChildFrm; -Q_OBJECT +TQ_OBJECT // attributes diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h b/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h index 0f08c1a8..c1b2f0c9 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h @@ -51,7 +51,7 @@ class TQToolButton; */ class KMDI_EXPORT KMdiWin32IconButton : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KMdiWin32IconButton( TQWidget* parent, const char* name = 0 ); @@ -133,7 +133,7 @@ class KMDI_EXPORT KMdiChildFrm : public TQFrame friend class KMdiChildArea; friend class KMdiChildFrmCaption; - Q_OBJECT + TQ_OBJECT // attributes diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdichildfrmcaption.h b/lib/compatibility/tdemdi/qextmdi/tdemdichildfrmcaption.h index eed48fc1..4aaf1af7 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdichildfrmcaption.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdichildfrmcaption.h @@ -43,7 +43,7 @@ class KMdiChildFrmCaptionPrivate; */ class KMDI_EXPORT KMdiChildFrmCaption : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdichildview.h b/lib/compatibility/tdemdi/qextmdi/tdemdichildview.h index b17049e3..c8f5302f 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdichildview.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdichildview.h @@ -109,7 +109,7 @@ class KMDI_EXPORT KMdiChildView : public TQWidget { friend class KMdiMainFrm; friend class KMdiChildFrm; - Q_OBJECT + TQ_OBJECT // attributes diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdidockcontainer.h b/lib/compatibility/tdemdi/qextmdi/tdemdidockcontainer.h index 64d2bec3..613505cf 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdidockcontainer.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdidockcontainer.h @@ -36,7 +36,7 @@ class KDockButton_Private; class KMDI_EXPORT KMdiDockContainer: public TQWidget, public KDockContainer { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdidocumentviewtabwidget.h b/lib/compatibility/tdemdi/qextmdi/tdemdidocumentviewtabwidget.h index 3db02c43..2e05039b 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdidocumentviewtabwidget.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdidocumentviewtabwidget.h @@ -22,7 +22,7 @@ class TDEPopupMenu; class KMDI_EXPORT KMdiDocumentViewTabWidget: public KTabWidget { - Q_OBJECT + TQ_OBJECT public: KMdiDocumentViewTabWidget( TQWidget* parent, const char* name = 0 ); diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdifocuslist.h b/lib/compatibility/tdemdi/qextmdi/tdemdifocuslist.h index e2c576f4..92cc86a3 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdifocuslist.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdifocuslist.h @@ -25,7 +25,7 @@ class KMDI_EXPORT KMdiFocusList: public TQObject { - Q_OBJECT + TQ_OBJECT public: KMdiFocusList( TQObject *parent ); diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdiguiclient.h b/lib/compatibility/tdemdi/qextmdi/tdemdiguiclient.h index 69a15a09..60004a7b 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdiguiclient.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdiguiclient.h @@ -41,7 +41,7 @@ namespace KMDIPrivate class KMDI_EXPORT KMDIGUIClient : public TQObject, public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: @@ -121,7 +121,7 @@ private: */ class KMDI_EXPORT ToggleToolViewAction: public TDEToggleAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h b/lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h index 80bb6abc..733c2b62 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h @@ -240,7 +240,7 @@ class KMDI_EXPORT KMdiMainFrm : public KParts::DockMainWindow { friend class KMdiChildView; friend class KMdiTaskBar; - Q_OBJECT + TQ_OBJECT friend class KMdiToolViewAccessor; diff --git a/lib/compatibility/tdemdi/qextmdi/tdemditaskbar.h b/lib/compatibility/tdemdi/qextmdi/tdemditaskbar.h index 6d29740a..5071e076 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemditaskbar.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemditaskbar.h @@ -50,7 +50,7 @@ class KMdiTaskBarButtonPrivate; */ class KMdiTaskBarButton : public TQPushButton { - Q_OBJECT + TQ_OBJECT // methods public: @@ -129,7 +129,7 @@ class KMdiTaskBarPrivate; */ class KMDI_EXPORT KMdiTaskBar : public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/compatibility/tdemdi/qextmdi/tdemditoolviewaccessor.h b/lib/compatibility/tdemdi/qextmdi/tdemditoolviewaccessor.h index a22fc8b1..244c1487 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemditoolviewaccessor.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemditoolviewaccessor.h @@ -37,7 +37,7 @@ class KMDIGUIClient; class KMDI_EXPORT KMdiToolViewAccessor : public TQObject { - Q_OBJECT + TQ_OBJECT diff --git a/lib/compatibility/tdemdi/qextmdi/tdemultitabbar.h b/lib/compatibility/tdemdi/qextmdi/tdemultitabbar.h index be5bf4a5..42e3f545 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemultitabbar.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemultitabbar.h @@ -53,7 +53,7 @@ class KMultiTabBarInternal; */ class TDEUTILS_EXPORT KMultiTabBar: public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum KMultiTabBarMode{Horizontal,Vertical}; @@ -154,7 +154,7 @@ private: */ class TDEUTILS_EXPORT KMultiTabBarButton: public TQPushButton { - Q_OBJECT + TQ_OBJECT public: KMultiTabBarButton(const TQPixmap& pic,const TQString&, TQPopupMenu *popup, @@ -207,7 +207,7 @@ protected slots: */ class TDEUTILS_EXPORT KMultiTabBarTab: public KMultiTabBarButton { - Q_OBJECT + TQ_OBJECT public: KMultiTabBarTab(const TQPixmap& pic,const TQString&,int id,TQWidget *parent, diff --git a/lib/compatibility/tdemdi/qextmdi/tdemultitabbar_p.h b/lib/compatibility/tdemdi/qextmdi/tdemultitabbar_p.h index 878f3ff0..203d436d 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemultitabbar_p.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemultitabbar_p.h @@ -29,7 +29,7 @@ class KMultiTabBarInternal: public TQScrollView { - Q_OBJECT + TQ_OBJECT public: KMultiTabBarInternal(TQWidget *parent,KMultiTabBar::KMultiTabBarMode bm); diff --git a/lib/ksavealldialog.h b/lib/ksavealldialog.h index fcd63fc0..59a16f87 100644 --- a/lib/ksavealldialog.h +++ b/lib/ksavealldialog.h @@ -35,7 +35,7 @@ Dialog to save selected files. */ class KSaveSelectDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -61,7 +61,7 @@ Dialog to save all files. */ class KSaveAllDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/qextfileinfo.h b/lib/qextfileinfo.h index bb3f3c05..df2267ec 100644 --- a/lib/qextfileinfo.h +++ b/lib/qextfileinfo.h @@ -24,7 +24,7 @@ class QExtFileInfo:public TQObject { - Q_OBJECT + TQ_OBJECT public: QExtFileInfo() {}; diff --git a/quanta/components/csseditor/colorrequester.h b/quanta/components/csseditor/colorrequester.h index 75d74d98..1f7b5bd0 100644 --- a/quanta/components/csseditor/colorrequester.h +++ b/quanta/components/csseditor/colorrequester.h @@ -24,7 +24,7 @@ class KLineEdit; class KColorDialog; class colorRequester : public miniEditor{ - Q_OBJECT + TQ_OBJECT public: colorRequester(TQWidget *parent, const char* name=0); diff --git a/quanta/components/csseditor/colorslider.h b/quanta/components/csseditor/colorslider.h index 33c75c30..b1c350bb 100644 --- a/quanta/components/csseditor/colorslider.h +++ b/quanta/components/csseditor/colorslider.h @@ -29,7 +29,7 @@ */ class colorSlider : public miniEditor { - Q_OBJECT + TQ_OBJECT private : TQString m_functionName; @@ -52,7 +52,7 @@ class colorSlider : public miniEditor { }; class RGBcolorSlider : public colorSlider { - Q_OBJECT + TQ_OBJECT public: RGBcolorSlider(TQWidget *parent=0, const char *name=0); @@ -61,7 +61,7 @@ class RGBcolorSlider : public colorSlider { //FOR CSS3 /*class HSLcolorSlider : public colorSlider { - Q_OBJECT + TQ_OBJECT public: HSLcolorSlider(TQWidget *parent=0, const char *name=0); diff --git a/quanta/components/csseditor/csseditor.h b/quanta/components/csseditor/csseditor.h index 0df95553..dd72a2fc 100644 --- a/quanta/components/csseditor/csseditor.h +++ b/quanta/components/csseditor/csseditor.h @@ -55,7 +55,7 @@ class myCheckListItem : public TQCheckListItem /** CSSEditor is the base class of the project */ class CSSEditor : public CSSEditorS { - Q_OBJECT + TQ_OBJECT private: TQMyHighlighter *m_myhi; diff --git a/quanta/components/csseditor/csseditor_globals.h b/quanta/components/csseditor/csseditor_globals.h index e63a9f20..88223c9c 100644 --- a/quanta/components/csseditor/csseditor_globals.h +++ b/quanta/components/csseditor/csseditor_globals.h @@ -50,7 +50,7 @@ const TQStringList HTMLColors(TQStringList::split(",",TQString("aliceblue,antiqu class mySpinBox : public TQSpinBox{ - Q_OBJECT + TQ_OBJECT public: mySpinBox(TQWidget * parent = 0, const char * name = 0 ); diff --git a/quanta/components/csseditor/cssselector.h b/quanta/components/csseditor/cssselector.h index a71f587b..5bee0f48 100644 --- a/quanta/components/csseditor/cssselector.h +++ b/quanta/components/csseditor/cssselector.h @@ -29,7 +29,7 @@ class TQStringList; */ class CSSSelector : public CSSSelectorS { - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/csseditor/doubleeditors.h b/quanta/components/csseditor/doubleeditors.h index 94cbf164..396a13c5 100644 --- a/quanta/components/csseditor/doubleeditors.h +++ b/quanta/components/csseditor/doubleeditors.h @@ -24,7 +24,7 @@ class TQComboBox; class doubleEditorBase : public miniEditor { - Q_OBJECT + TQ_OBJECT protected: TQString m_sxValue, @@ -45,7 +45,7 @@ class doubleEditorBase : public miniEditor { }; class doublePercentageEditor : public doubleEditorBase { - Q_OBJECT + TQ_OBJECT private: mySpinBox *m_sbSx, @@ -59,7 +59,7 @@ class doublePercentageEditor : public doubleEditorBase { }; class doubleComboBoxEditor : public doubleEditorBase { - Q_OBJECT + TQ_OBJECT private: TQComboBox *m_cbSx, @@ -74,7 +74,7 @@ class doubleComboBoxEditor : public doubleEditorBase { }; class doubleLengthEditor : public doubleEditorBase { - Q_OBJECT + TQ_OBJECT private: specialSB *m_ssbSx, diff --git a/quanta/components/csseditor/encodingselector.h b/quanta/components/csseditor/encodingselector.h index 6ee05ccd..eddcdc1d 100644 --- a/quanta/components/csseditor/encodingselector.h +++ b/quanta/components/csseditor/encodingselector.h @@ -27,7 +27,7 @@ */ class encodingSelector : public encodingSelectorS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/csseditor/fontfamilychooser.h b/quanta/components/csseditor/fontfamilychooser.h index 70d359eb..58d52299 100644 --- a/quanta/components/csseditor/fontfamilychooser.h +++ b/quanta/components/csseditor/fontfamilychooser.h @@ -23,7 +23,7 @@ class TQStringList; class fontFamilyChooser : public fontFamilyChooserS { - Q_OBJECT + TQ_OBJECT private: enum FontOrigin { available, generic }; diff --git a/quanta/components/csseditor/percentageeditor.h b/quanta/components/csseditor/percentageeditor.h index 34cf3903..eae4261d 100644 --- a/quanta/components/csseditor/percentageeditor.h +++ b/quanta/components/csseditor/percentageeditor.h @@ -37,7 +37,7 @@ class KPushButton; class propertySetter; class percentageEditor : public miniEditor { - Q_OBJECT + TQ_OBJECT private: mySpinBox *m_sb; diff --git a/quanta/components/csseditor/propertysetter.h b/quanta/components/csseditor/propertysetter.h index a49f585c..2095d6d5 100644 --- a/quanta/components/csseditor/propertysetter.h +++ b/quanta/components/csseditor/propertysetter.h @@ -32,7 +32,7 @@ class KPushButton; */ class propertySetter : public TQHBox { - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/csseditor/specialsb.h b/quanta/components/csseditor/specialsb.h index ef74213f..cda9b040 100644 --- a/quanta/components/csseditor/specialsb.h +++ b/quanta/components/csseditor/specialsb.h @@ -28,7 +28,7 @@ class KLineEdit; */ class specialSB : public miniEditor { - Q_OBJECT + TQ_OBJECT protected: TQComboBox *m_cb; @@ -54,28 +54,28 @@ class specialSB : public miniEditor { }; class angleEditor : public specialSB { - Q_OBJECT + TQ_OBJECT public: angleEditor(TQWidget *parent=0, const char *name=0); }; class frequencyEditor : public specialSB { - Q_OBJECT + TQ_OBJECT public: frequencyEditor(TQWidget *parent=0, const char *name=0); }; class timeEditor : public specialSB { - Q_OBJECT + TQ_OBJECT public: timeEditor(TQWidget *parent=0, const char *name=0); }; class lengthEditor : public specialSB { - Q_OBJECT + TQ_OBJECT public: lengthEditor(TQWidget *parent=0, const char *name=0); diff --git a/quanta/components/csseditor/styleeditor.h b/quanta/components/csseditor/styleeditor.h index 83b54349..206033a6 100644 --- a/quanta/components/csseditor/styleeditor.h +++ b/quanta/components/csseditor/styleeditor.h @@ -24,7 +24,7 @@ //forward declarations class propertySetter; class StyleEditor : public TLPEditor{ - Q_OBJECT + TQ_OBJECT private: int m_iconWidth, diff --git a/quanta/components/csseditor/stylesheetparser.h b/quanta/components/csseditor/stylesheetparser.h index c5183dfe..4d1b1233 100644 --- a/quanta/components/csseditor/stylesheetparser.h +++ b/quanta/components/csseditor/stylesheetparser.h @@ -27,7 +27,7 @@ */ class stylesheetParser : public TQObject{ - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/csseditor/tlpeditors.h b/quanta/components/csseditor/tlpeditors.h index 09c2e1f8..5a341b81 100644 --- a/quanta/components/csseditor/tlpeditors.h +++ b/quanta/components/csseditor/tlpeditors.h @@ -30,7 +30,7 @@ class TQLabel; class TLPEditor : public miniEditor { //editor with a line text and a button calling a dialog - Q_OBJECT + TQ_OBJECT protected: @@ -55,7 +55,7 @@ class TLPEditor : public miniEditor { //editor with a line text and a button cal }; class fontEditor : public TLPEditor{ - Q_OBJECT + TQ_OBJECT private: TQString m_initialValue; @@ -70,7 +70,7 @@ class fontEditor : public TLPEditor{ }; class URIEditor : public TLPEditor { - Q_OBJECT + TQ_OBJECT public: enum mode{ Multi, Single }; diff --git a/quanta/components/cvsservice/cvsservice.h b/quanta/components/cvsservice/cvsservice.h index 5c12d91a..0f0fd4f1 100644 --- a/quanta/components/cvsservice/cvsservice.h +++ b/quanta/components/cvsservice/cvsservice.h @@ -40,7 +40,7 @@ class CVSUpdateToDlgS; */ class CVSService : public TQObject, public CVSServiceDCOPIf { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/debugger/backtracelistview.h b/quanta/components/debugger/backtracelistview.h index 01c34c45..d821ad5a 100644 --- a/quanta/components/debugger/backtracelistview.h +++ b/quanta/components/debugger/backtracelistview.h @@ -70,7 +70,7 @@ class BacktraceListviewItem : public TDEListViewItem class BacktraceListview : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/debugger/conditionalbreakpointdialog.h b/quanta/components/debugger/conditionalbreakpointdialog.h index 5fb8a1bd..8dd15371 100644 --- a/quanta/components/debugger/conditionalbreakpointdialog.h +++ b/quanta/components/debugger/conditionalbreakpointdialog.h @@ -22,7 +22,7 @@ class ConditionalBreakpointDialog : public ConditionalBreakpointDialogS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/debugger/dbgp/dbgpnetwork.h b/quanta/components/debugger/dbgp/dbgpnetwork.h index 1ac8e2f4..8c8f7ca9 100644 --- a/quanta/components/debugger/dbgp/dbgpnetwork.h +++ b/quanta/components/debugger/dbgp/dbgpnetwork.h @@ -30,7 +30,7 @@ class KResolverEntry; class DBGpNetwork : public TQObject { - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/debugger/dbgp/dbgpsettings.h b/quanta/components/debugger/dbgp/dbgpsettings.h index 96a25f25..c5e96afe 100644 --- a/quanta/components/debugger/dbgp/dbgpsettings.h +++ b/quanta/components/debugger/dbgp/dbgpsettings.h @@ -21,7 +21,7 @@ class DBGpSettings : public DBGpSettingsS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/debugger/dbgp/quantadebuggerdbgp.h b/quanta/components/debugger/dbgp/quantadebuggerdbgp.h index 5d7d551b..37d776db 100644 --- a/quanta/components/debugger/dbgp/quantadebuggerdbgp.h +++ b/quanta/components/debugger/dbgp/quantadebuggerdbgp.h @@ -31,7 +31,7 @@ typedef TQMap StringMap; class QuantaDebuggerDBGp : public DebuggerClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/debugger/debuggerbreakpointview.h b/quanta/components/debugger/debuggerbreakpointview.h index 074de811..0686a4ac 100644 --- a/quanta/components/debugger/debuggerbreakpointview.h +++ b/quanta/components/debugger/debuggerbreakpointview.h @@ -43,7 +43,7 @@ class DebuggerBreakpointViewItem : public TDEListViewItem class DebuggerBreakpointView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/debugger/debuggermanager.h b/quanta/components/debugger/debuggermanager.h index 1a4bec52..ef91551a 100644 --- a/quanta/components/debugger/debuggermanager.h +++ b/quanta/components/debugger/debuggermanager.h @@ -32,7 +32,7 @@ class Document; class DebuggerManager : public TQObject { - Q_OBJECT + TQ_OBJECT private: // client diff --git a/quanta/components/debugger/debuggerui.h b/quanta/components/debugger/debuggerui.h index 04db4e94..4d972d08 100644 --- a/quanta/components/debugger/debuggerui.h +++ b/quanta/components/debugger/debuggerui.h @@ -34,7 +34,7 @@ class KURL; class DebuggerUI : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/debugger/gubed/gubedsettings.h b/quanta/components/debugger/gubed/gubedsettings.h index ab07a6c6..300287bd 100644 --- a/quanta/components/debugger/gubed/gubedsettings.h +++ b/quanta/components/debugger/gubed/gubedsettings.h @@ -21,7 +21,7 @@ class GubedSettings : public GubedSettingsS { - Q_OBJECT + TQ_OBJECT public slots: diff --git a/quanta/components/debugger/gubed/quantadebuggergubed.h b/quanta/components/debugger/gubed/quantadebuggergubed.h index ead8ffd5..e6d33fd7 100644 --- a/quanta/components/debugger/gubed/quantadebuggergubed.h +++ b/quanta/components/debugger/gubed/quantadebuggergubed.h @@ -30,7 +30,7 @@ typedef TQMap StringMap; class QuantaDebuggerGubed : public DebuggerClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/debugger/interfaces/debuggerclient.h b/quanta/components/debugger/interfaces/debuggerclient.h index adc914f8..ca51566e 100644 --- a/quanta/components/debugger/interfaces/debuggerclient.h +++ b/quanta/components/debugger/interfaces/debuggerclient.h @@ -62,7 +62,7 @@ namespace DebuggerClientCapabilities class DebuggerClient : public TQObject { - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/debugger/interfaces/debuggerinterface.h b/quanta/components/debugger/interfaces/debuggerinterface.h index fc8f0f2f..e62cd8c4 100644 --- a/quanta/components/debugger/interfaces/debuggerinterface.h +++ b/quanta/components/debugger/interfaces/debuggerinterface.h @@ -30,7 +30,7 @@ class PathMapper; class DebuggerInterface : public TQObject { - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/debugger/pathmapper.h b/quanta/components/debugger/pathmapper.h index f7d2c44a..d012189c 100644 --- a/quanta/components/debugger/pathmapper.h +++ b/quanta/components/debugger/pathmapper.h @@ -27,7 +27,7 @@ class KURL; class PathMapper : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/debugger/pathmapperdialog.h b/quanta/components/debugger/pathmapperdialog.h index 8c198416..922c9512 100644 --- a/quanta/components/debugger/pathmapperdialog.h +++ b/quanta/components/debugger/pathmapperdialog.h @@ -21,7 +21,7 @@ class PathMapperDialog : public PathMapperDialogS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/debugger/quantadebuggerinterface.h b/quanta/components/debugger/quantadebuggerinterface.h index 736bf517..4bdf6e1c 100644 --- a/quanta/components/debugger/quantadebuggerinterface.h +++ b/quanta/components/debugger/quantadebuggerinterface.h @@ -27,7 +27,7 @@ class DebuggerManager; class QuantaDebuggerInterface : public DebuggerInterface { - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/debugger/variableslistview.h b/quanta/components/debugger/variableslistview.h index 69b27852..296fa7d9 100644 --- a/quanta/components/debugger/variableslistview.h +++ b/quanta/components/debugger/variableslistview.h @@ -27,7 +27,7 @@ class DebuggerVariable; class VariablesListView : public TDEListView { - Q_OBJECT + TQ_OBJECT enum menuitems diff --git a/quanta/components/framewizard/areaattributedb.h b/quanta/components/framewizard/areaattributedb.h index a4e3a837..2d986a3b 100644 --- a/quanta/components/framewizard/areaattributedb.h +++ b/quanta/components/framewizard/areaattributedb.h @@ -25,7 +25,7 @@ */ class areaAttribute : public TQObject{ - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/framewizard/fmfpeditor.h b/quanta/components/framewizard/fmfpeditor.h index 9080cc4d..d74ffa2e 100644 --- a/quanta/components/framewizard/fmfpeditor.h +++ b/quanta/components/framewizard/fmfpeditor.h @@ -25,7 +25,7 @@ */ class fmFPeditor : public fmFPeditorS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/framewizard/fmrceditor.h b/quanta/components/framewizard/fmrceditor.h index abebe4ee..aff4e960 100644 --- a/quanta/components/framewizard/fmrceditor.h +++ b/quanta/components/framewizard/fmrceditor.h @@ -25,7 +25,7 @@ */ class fmRCeditor : public fmRCeditorS { - Q_OBJECT + TQ_OBJECT public: fmRCeditor(); diff --git a/quanta/components/framewizard/framewizard.h b/quanta/components/framewizard/framewizard.h index c71a4e5a..fb40b029 100644 --- a/quanta/components/framewizard/framewizard.h +++ b/quanta/components/framewizard/framewizard.h @@ -25,7 +25,7 @@ class TQStringList; /** FrameWizard is the base class of the project */ class FrameWizard : public FrameWizardS { - Q_OBJECT + TQ_OBJECT private: bool m_hasSelected, diff --git a/quanta/components/framewizard/selectablearea.h b/quanta/components/framewizard/selectablearea.h index 0efccc72..b31f3ab4 100644 --- a/quanta/components/framewizard/selectablearea.h +++ b/quanta/components/framewizard/selectablearea.h @@ -28,7 +28,7 @@ class SelectableArea : public TDEHTMLPart { - Q_OBJECT + TQ_OBJECT public : diff --git a/quanta/components/framewizard/visualframeeditor.h b/quanta/components/framewizard/visualframeeditor.h index 57ac82fe..69c51702 100644 --- a/quanta/components/framewizard/visualframeeditor.h +++ b/quanta/components/framewizard/visualframeeditor.h @@ -28,7 +28,7 @@ class VisualFrameEditor : public TQHBox { - Q_OBJECT + TQ_OBJECT private: enum MarkupLanguage{XHTML,HTML}; diff --git a/quanta/components/tableeditor/tableeditor.h b/quanta/components/tableeditor/tableeditor.h index 171cb9c1..445d1590 100644 --- a/quanta/components/tableeditor/tableeditor.h +++ b/quanta/components/tableeditor/tableeditor.h @@ -46,7 +46,7 @@ class Parser; class TableEditor : public TableEditorS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/dialogs/actionconfigdialog.h b/quanta/dialogs/actionconfigdialog.h index 853d839a..bd13c11b 100644 --- a/quanta/dialogs/actionconfigdialog.h +++ b/quanta/dialogs/actionconfigdialog.h @@ -41,7 +41,7 @@ struct ToolbarEntry { class ActionConfigDialog: public ActionConfigDialogS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/dialogs/copyto.h b/quanta/dialogs/copyto.h index 3e021e0a..212bd014 100644 --- a/quanta/dialogs/copyto.h +++ b/quanta/dialogs/copyto.h @@ -29,7 +29,7 @@ class KURL; class CopyTo : public TQObject{ -Q_OBJECT +TQ_OBJECT public: CopyTo(const KURL& dirURL); diff --git a/quanta/dialogs/dirtydlg.h b/quanta/dialogs/dirtydlg.h index 5fd14e36..f8264a1c 100644 --- a/quanta/dialogs/dirtydlg.h +++ b/quanta/dialogs/dirtydlg.h @@ -27,7 +27,7 @@ class TDEProcess; class TQCloseEvent; class DirtyDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/dialogs/dtepeditdlg.h b/quanta/dialogs/dtepeditdlg.h index a570881d..e53a2988 100644 --- a/quanta/dialogs/dtepeditdlg.h +++ b/quanta/dialogs/dtepeditdlg.h @@ -55,7 +55,7 @@ struct StructGroup { class DTEPEditDlg : public DTEPEditDlgS { - Q_OBJECT + TQ_OBJECT public: DTEPEditDlg(const TQString& descriptionFile, TQWidget *parent = 0, const char *name = 0); diff --git a/quanta/dialogs/filecombo.h b/quanta/dialogs/filecombo.h index 3288cd85..ebeef6fe 100644 --- a/quanta/dialogs/filecombo.h +++ b/quanta/dialogs/filecombo.h @@ -30,7 +30,7 @@ class TQPushButton; class KURL; class FileCombo : public TQWidget { - Q_OBJECT + TQ_OBJECT public: FileCombo(const KURL& a_baseURL, TQWidget *parent=0, const char *name=0); diff --git a/quanta/dialogs/settings/abbreviation.h b/quanta/dialogs/settings/abbreviation.h index 39f49ff3..35120764 100644 --- a/quanta/dialogs/settings/abbreviation.h +++ b/quanta/dialogs/settings/abbreviation.h @@ -26,7 +26,7 @@ struct DTDStruct; class AbbreviationDlg : public AbbreviationDlgS { - Q_OBJECT + TQ_OBJECT public: AbbreviationDlg(TQWidget *parent, const char *name = 0); diff --git a/quanta/dialogs/settings/filemasks.h b/quanta/dialogs/settings/filemasks.h index 1a76334e..08f49cb1 100644 --- a/quanta/dialogs/settings/filemasks.h +++ b/quanta/dialogs/settings/filemasks.h @@ -23,7 +23,7 @@ class FileMasks : public FileMasksS { - Q_OBJECT + TQ_OBJECT public: FileMasks(TQWidget *parent=0, const char *name=0); diff --git a/quanta/dialogs/settings/parseroptions.h b/quanta/dialogs/settings/parseroptions.h index 89058786..bd37836b 100644 --- a/quanta/dialogs/settings/parseroptions.h +++ b/quanta/dialogs/settings/parseroptions.h @@ -22,7 +22,7 @@ class TDEConfig; class ParserOptions : public ParserOptionsUI { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/dialogs/settings/previewoptions.h b/quanta/dialogs/settings/previewoptions.h index f688d02d..d92315ed 100644 --- a/quanta/dialogs/settings/previewoptions.h +++ b/quanta/dialogs/settings/previewoptions.h @@ -23,7 +23,7 @@ class TDEConfig; class PreviewOptions : public PreviewOptionsS { - Q_OBJECT + TQ_OBJECT public: PreviewOptions(TQWidget *parent=0, const char *name=0); diff --git a/quanta/dialogs/specialchardialog.h b/quanta/dialogs/specialchardialog.h index 807ece8f..75cc935b 100644 --- a/quanta/dialogs/specialchardialog.h +++ b/quanta/dialogs/specialchardialog.h @@ -23,7 +23,7 @@ class SpecialCharDialog : public SpecialCharDialogS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/dialogs/tagdialogs/colorcombo.h b/quanta/dialogs/tagdialogs/colorcombo.h index 0c05dc5a..ad6209d1 100644 --- a/quanta/dialogs/tagdialogs/colorcombo.h +++ b/quanta/dialogs/tagdialogs/colorcombo.h @@ -39,7 +39,7 @@ */ class ColorCombo : public TQComboBox { - Q_OBJECT + TQ_OBJECT public: ColorCombo( TQWidget *parent = 0L, const char *name = 0L ); diff --git a/quanta/dialogs/tagdialogs/listdlg.h b/quanta/dialogs/tagdialogs/listdlg.h index 3d190ae7..74663c1f 100644 --- a/quanta/dialogs/tagdialogs/listdlg.h +++ b/quanta/dialogs/tagdialogs/listdlg.h @@ -31,7 +31,7 @@ selected item with the getEntry() method. */ class ListDlg : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: ListDlg(TQStringList &entryList,TQWidget* parent=0, const char *name =0); diff --git a/quanta/dialogs/tagdialogs/pictureview.h b/quanta/dialogs/tagdialogs/pictureview.h index 2ee4cfd0..759ee335 100644 --- a/quanta/dialogs/tagdialogs/pictureview.h +++ b/quanta/dialogs/tagdialogs/pictureview.h @@ -28,7 +28,7 @@ used by TagImgDlg */ class PictureView : public TQFrame { - Q_OBJECT + TQ_OBJECT public: PictureView(TQWidget *parent=0, char *file=0, const char *name=0); diff --git a/quanta/dialogs/tagdialogs/tagdialog.h b/quanta/dialogs/tagdialogs/tagdialog.h index 21ad7b0f..4d9c3fb5 100644 --- a/quanta/dialogs/tagdialogs/tagdialog.h +++ b/quanta/dialogs/tagdialogs/tagdialog.h @@ -38,7 +38,7 @@ class KURL; class TQShowEvent; class TagDialog : public TQTabDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/dialogs/tagdialogs/tagimgdlg.h b/quanta/dialogs/tagdialogs/tagimgdlg.h index 09d3a3ee..e09634ff 100644 --- a/quanta/dialogs/tagdialogs/tagimgdlg.h +++ b/quanta/dialogs/tagdialogs/tagimgdlg.h @@ -39,7 +39,7 @@ class TQImage; */ class TagImgDlg : public TQWidget, TagWidget { - Q_OBJECT + TQ_OBJECT public: TagImgDlg(const DTDStruct *dtd, TQWidget *parent=0, const char *name=0); diff --git a/quanta/dialogs/tagdialogs/tagmaildlg.h b/quanta/dialogs/tagdialogs/tagmaildlg.h index 9cb82e5d..8a1a6e21 100644 --- a/quanta/dialogs/tagdialogs/tagmaildlg.h +++ b/quanta/dialogs/tagdialogs/tagmaildlg.h @@ -23,7 +23,7 @@ */ class TagMailDlg : public TagMail { -Q_OBJECT +TQ_OBJECT public: TagMailDlg(TQWidget *parent=0, const char *name=0); diff --git a/quanta/dialogs/tagdialogs/tagmiscdlg.h b/quanta/dialogs/tagdialogs/tagmiscdlg.h index 222d6bab..3c56ec07 100644 --- a/quanta/dialogs/tagdialogs/tagmiscdlg.h +++ b/quanta/dialogs/tagdialogs/tagmiscdlg.h @@ -23,7 +23,7 @@ class TagMisc; class TagMiscDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/dialogs/tagdialogs/tagquicklistdlg.h b/quanta/dialogs/tagdialogs/tagquicklistdlg.h index 946efb67..c0f0f310 100644 --- a/quanta/dialogs/tagdialogs/tagquicklistdlg.h +++ b/quanta/dialogs/tagdialogs/tagquicklistdlg.h @@ -32,7 +32,7 @@ class TQButtonGroup; */ class TagQuickListDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT public: TagQuickListDlg(TQWidget *parent=0, const char *name=0); diff --git a/quanta/dialogs/tagdialogs/tagxml.h b/quanta/dialogs/tagdialogs/tagxml.h index ec25e7ed..13013056 100644 --- a/quanta/dialogs/tagdialogs/tagxml.h +++ b/quanta/dialogs/tagdialogs/tagxml.h @@ -27,7 +27,7 @@ #include "qtag.h" class Tagxml : public TQWidget, TagWidget { - Q_OBJECT + TQ_OBJECT public: /** construtor */ diff --git a/quanta/messages/annotationoutput.h b/quanta/messages/annotationoutput.h index 850b3e7c..d2060142 100644 --- a/quanta/messages/annotationoutput.h +++ b/quanta/messages/annotationoutput.h @@ -36,7 +36,7 @@ enum AnnotationScope class AnnotationOutput : public KTabWidget { -Q_OBJECT +TQ_OBJECT public: AnnotationOutput(TQWidget *parent = 0, const char *name = 0); diff --git a/quanta/messages/messageoutput.h b/quanta/messages/messageoutput.h index f958ac00..8a67922b 100644 --- a/quanta/messages/messageoutput.h +++ b/quanta/messages/messageoutput.h @@ -31,7 +31,7 @@ weblint output */ class MessageOutput : public TQListBox { - Q_OBJECT + TQ_OBJECT public: MessageOutput(TQWidget *parent=0, const char *name=0); diff --git a/quanta/parsers/parser.h b/quanta/parsers/parser.h index d717f6f2..e3869b6b 100644 --- a/quanta/parsers/parser.h +++ b/quanta/parsers/parser.h @@ -44,7 +44,7 @@ typedef TQMap IncludedGroupElementsMap; class Parser: public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/quanta/parsers/sagroupparser.h b/quanta/parsers/sagroupparser.h index ca4add8f..83ec62ef 100644 --- a/quanta/parsers/sagroupparser.h +++ b/quanta/parsers/sagroupparser.h @@ -31,7 +31,7 @@ class SAParser; */ class SAGroupParser : public TQObject { -Q_OBJECT +TQ_OBJECT public: public: diff --git a/quanta/parsers/saparser.h b/quanta/parsers/saparser.h index 463cf1b9..8360985d 100644 --- a/quanta/parsers/saparser.h +++ b/quanta/parsers/saparser.h @@ -40,7 +40,7 @@ class SAGroupParser; */ class SAParser: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/parts/kafka/domtreeview.h b/quanta/parts/kafka/domtreeview.h index bd67d9fd..45e00176 100644 --- a/quanta/parts/kafka/domtreeview.h +++ b/quanta/parts/kafka/domtreeview.h @@ -37,7 +37,7 @@ class TQGridLayout; class DOMTreeView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: DOMTreeView(TQWidget *parent, TDEHTMLPart *part, const char * name = 0); @@ -66,7 +66,7 @@ class DOMTreeView : public TDEListView class KafkaDOMTreeDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: KafkaDOMTreeDialog(TQWidget *parent = 0, TDEHTMLPart *part = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/quanta/parts/kafka/htmldocumentproperties.h b/quanta/parts/kafka/htmldocumentproperties.h index 2d264366..2d4e2706 100644 --- a/quanta/parts/kafka/htmldocumentproperties.h +++ b/quanta/parts/kafka/htmldocumentproperties.h @@ -44,7 +44,7 @@ public: */ class htmlDocumentProperties : public htmlDocumentPropertiesui { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/quanta/parts/kafka/kafkadragobject.h b/quanta/parts/kafka/kafkadragobject.h index 00946ce7..aa73a630 100644 --- a/quanta/parts/kafka/kafkadragobject.h +++ b/quanta/parts/kafka/kafkadragobject.h @@ -28,7 +28,7 @@ class Node; */ class KafkaDragObject: public TQStoredDrag { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/parts/kafka/kafkahtmlpart.h b/quanta/parts/kafka/kafkahtmlpart.h index e8416be2..dd3f2b0d 100644 --- a/quanta/parts/kafka/kafkahtmlpart.h +++ b/quanta/parts/kafka/kafkahtmlpart.h @@ -45,7 +45,7 @@ class TQPopupMenu; class KafkaWidget : public TDEHTMLPart { - Q_OBJECT + TQ_OBJECT public: KafkaWidget(TQWidget *parent, TQWidget *widgetParent, KafkaDocument *part, diff --git a/quanta/parts/kafka/kafkasyncoptions.h b/quanta/parts/kafka/kafkasyncoptions.h index 75c8c4f5..3bf6ef6b 100644 --- a/quanta/parts/kafka/kafkasyncoptions.h +++ b/quanta/parts/kafka/kafkasyncoptions.h @@ -24,7 +24,7 @@ class TDEConfig; class KafkaSyncOptions : public KafkaSyncOptionsUI { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/parts/kafka/wkafkapart.h b/quanta/parts/kafka/wkafkapart.h index 5aea1c0e..b17b39b3 100644 --- a/quanta/parts/kafka/wkafkapart.h +++ b/quanta/parts/kafka/wkafkapart.h @@ -49,7 +49,7 @@ class NodeModifsSet; */ class KafkaDocument : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** Returns a reference to the KafkaDocument object */ diff --git a/quanta/parts/preview/whtmlpart.h b/quanta/parts/preview/whtmlpart.h index 73bd23e5..1b8e2b87 100644 --- a/quanta/parts/preview/whtmlpart.h +++ b/quanta/parts/preview/whtmlpart.h @@ -28,7 +28,7 @@ class TDEPopupMenu; */ class WHTMLPart : public TDEHTMLPart { - Q_OBJECT + TQ_OBJECT public: WHTMLPart(TQWidget *parentWidget = 0, const char *widgetname = 0, bool enableViewSource = false, diff --git a/quanta/plugins/quantaplugin.h b/quanta/plugins/quantaplugin.h index 5f022797..a222909a 100644 --- a/quanta/plugins/quantaplugin.h +++ b/quanta/plugins/quantaplugin.h @@ -38,7 +38,7 @@ class QuantaView; class QuantaPlugin : public TQObject { - Q_OBJECT + TQ_OBJECT public: QuantaPlugin(); diff --git a/quanta/plugins/quantapluginconfig.h b/quanta/plugins/quantapluginconfig.h index 6b5dc328..113a252d 100644 --- a/quanta/plugins/quantapluginconfig.h +++ b/quanta/plugins/quantapluginconfig.h @@ -29,7 +29,7 @@ class TQString; class QuantaPluginConfig : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: QuantaPluginConfig(TQWidget *, const char *); diff --git a/quanta/plugins/quantaplugineditor.h b/quanta/plugins/quantaplugineditor.h index 3149f008..750ae12c 100644 --- a/quanta/plugins/quantaplugineditor.h +++ b/quanta/plugins/quantaplugineditor.h @@ -41,7 +41,7 @@ class PluginEditor; class QuantaPluginEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/plugins/quantaplugininterface.h b/quanta/plugins/quantaplugininterface.h index 28458fad..d045a41d 100644 --- a/quanta/plugins/quantaplugininterface.h +++ b/quanta/plugins/quantaplugininterface.h @@ -37,7 +37,7 @@ class QuantaPlugin; */ class QuantaPluginInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/quanta/project/eventconfigurationdlg.h b/quanta/project/eventconfigurationdlg.h index b7c64779..9f44580e 100644 --- a/quanta/project/eventconfigurationdlg.h +++ b/quanta/project/eventconfigurationdlg.h @@ -26,7 +26,7 @@ typedef TQMap > EventActions; class EventConfigurationDlg : public EventConfigurationDlgS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/project/eventeditordlg.h b/quanta/project/eventeditordlg.h index 45b94a95..7dbcea90 100644 --- a/quanta/project/eventeditordlg.h +++ b/quanta/project/eventeditordlg.h @@ -26,7 +26,7 @@ class KComboBox; class EventEditorDlg : public EventEditorDlgS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/project/membereditdlg.h b/quanta/project/membereditdlg.h index 32d26633..2e1b5a51 100644 --- a/quanta/project/membereditdlg.h +++ b/quanta/project/membereditdlg.h @@ -24,7 +24,7 @@ */ class MemberEditDlg : public MemberEditDlgS { -Q_OBJECT +TQ_OBJECT public: MemberEditDlg(TQWidget *parent = 0, const char *name = 0); diff --git a/quanta/project/project.h b/quanta/project/project.h index e1487ad7..7c55cfef 100644 --- a/quanta/project/project.h +++ b/quanta/project/project.h @@ -52,7 +52,7 @@ struct SubProject { }; class Project : public TQObject { - Q_OBJECT + TQ_OBJECT friend class ProjectPrivate; // need this because I use the signals diff --git a/quanta/project/projectnewfinal.h b/quanta/project/projectnewfinal.h index 654af85a..2b3304ce 100644 --- a/quanta/project/projectnewfinal.h +++ b/quanta/project/projectnewfinal.h @@ -25,7 +25,7 @@ */ class ProjectNewFinal : public ProjectNewFinalS { - Q_OBJECT + TQ_OBJECT public: ProjectNewFinal(TQWidget *parent=0, const char *name=0); diff --git a/quanta/project/projectnewgeneral.h b/quanta/project/projectnewgeneral.h index 6a1839b7..ea475989 100644 --- a/quanta/project/projectnewgeneral.h +++ b/quanta/project/projectnewgeneral.h @@ -27,7 +27,7 @@ class KURL; class ProjectNewGeneral : public ProjectNewGeneralS { - Q_OBJECT + TQ_OBJECT public: ProjectNewGeneral(TQWidget *parent=0, const char *name=0); diff --git a/quanta/project/projectnewlocal.h b/quanta/project/projectnewlocal.h index 84952553..2663eaeb 100644 --- a/quanta/project/projectnewlocal.h +++ b/quanta/project/projectnewlocal.h @@ -29,7 +29,7 @@ class CopyTo; class ProjectNewLocal : public ProjectNewLocalS { - Q_OBJECT + TQ_OBJECT public: ProjectNewLocal(TQWidget *parent=0, const char *name=0); diff --git a/quanta/project/projectnewweb.h b/quanta/project/projectnewweb.h index 5c6e2b5e..50681b09 100644 --- a/quanta/project/projectnewweb.h +++ b/quanta/project/projectnewweb.h @@ -33,7 +33,7 @@ class TDEProcess; class KURL; class ProjectNewWeb : public ProjectNewWebS { - Q_OBJECT + TQ_OBJECT public: ProjectNewWeb(TQWidget *parent=0, const char *name=0); diff --git a/quanta/project/projectprivate.h b/quanta/project/projectprivate.h index d67d27d3..f7421e8e 100644 --- a/quanta/project/projectprivate.h +++ b/quanta/project/projectprivate.h @@ -50,7 +50,7 @@ typedef TQMap > EventActions; class ProjectPrivate : public TQObject { - Q_OBJECT + TQ_OBJECT public: ProjectPrivate(Project *p); diff --git a/quanta/project/projectupload.h b/quanta/project/projectupload.h index c3071899..2e99c615 100644 --- a/quanta/project/projectupload.h +++ b/quanta/project/projectupload.h @@ -37,7 +37,7 @@ class UploadProfileDlgS; class ProjectUpload : public ProjectUploadS { - Q_OBJECT + TQ_OBJECT public: /** Initializes the dialog. If showOnlyProfiles is true, the dialog diff --git a/quanta/project/rescanprj.h b/quanta/project/rescanprj.h index 5c36efb9..d985ecfd 100644 --- a/quanta/project/rescanprj.h +++ b/quanta/project/rescanprj.h @@ -33,7 +33,7 @@ struct URLListEntry{ }; class RescanPrj : public RescanPrjDir { - Q_OBJECT + TQ_OBJECT public: RescanPrj(const ProjectList &p_prjFileList, const KURL& p_baseURL, const TQRegExp &p_excludeRx, diff --git a/quanta/project/teammembersdlg.h b/quanta/project/teammembersdlg.h index 2e7d900e..f01ed28b 100644 --- a/quanta/project/teammembersdlg.h +++ b/quanta/project/teammembersdlg.h @@ -24,7 +24,7 @@ */ class TeamMembersDlg : public TeamMembersDlgS { -Q_OBJECT +TQ_OBJECT public: TeamMembersDlg(TQWidget *parent = 0, const char *name = 0); diff --git a/quanta/src/document.h b/quanta/src/document.h index 9d8de77d..e6f0fff1 100644 --- a/quanta/src/document.h +++ b/quanta/src/document.h @@ -67,7 +67,7 @@ namespace KTextEditor } class Document : public TQWidget{ - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/src/dtds.h b/quanta/src/dtds.h index e1329b24..76c224d6 100644 --- a/quanta/src/dtds.h +++ b/quanta/src/dtds.h @@ -48,7 +48,7 @@ struct DTDStruct; */ class DTDs : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/src/kqapp.h b/quanta/src/kqapp.h index c99c152b..625bdaf6 100644 --- a/quanta/src/kqapp.h +++ b/quanta/src/kqapp.h @@ -27,7 +27,7 @@ class KSplashScreen; class KSplash : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ class KQApplicationPrivate class KQApplication : public TDEApplication, KQApplicationPrivate { - Q_OBJECT + TQ_OBJECT public: @@ -64,7 +64,7 @@ class KQApplication : public TDEApplication, KQApplicationPrivate class KQUniqueApplication : public KUniqueApplication, KQApplicationPrivate { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/src/quanta.h b/quanta/src/quanta.h index 942195de..0124c9fc 100644 --- a/quanta/src/quanta.h +++ b/quanta/src/quanta.h @@ -111,7 +111,7 @@ struct ToolbarEntry; */ class QuantaApp : public KMdiMainFrm, public DCOPWindowManagerIf { - Q_OBJECT + TQ_OBJECT friend class QuantaInit; diff --git a/quanta/src/quanta_init.h b/quanta/src/quanta_init.h index 06e4cf07..5fec827e 100644 --- a/quanta/src/quanta_init.h +++ b/quanta/src/quanta_init.h @@ -41,7 +41,7 @@ class TDEConfig; */ class QuantaInit : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/src/quantadoc.h b/quanta/src/quantadoc.h index f2bb84d8..3f9d0b95 100644 --- a/quanta/src/quantadoc.h +++ b/quanta/src/quantadoc.h @@ -27,7 +27,7 @@ class KURL; class QuantaDoc : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/src/quantaview.h b/quanta/src/quantaview.h index 1f59de19..2b8b30dd 100644 --- a/quanta/src/quantaview.h +++ b/quanta/src/quantaview.h @@ -63,7 +63,7 @@ class Node; * @version KDevelop version 0.4 code generation */ class QuantaView : public KMdiChildView { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/src/viewmanager.h b/quanta/src/viewmanager.h index 1fc3d642..63fd8527 100644 --- a/quanta/src/viewmanager.h +++ b/quanta/src/viewmanager.h @@ -31,7 +31,7 @@ class KMdiChildView; class ViewManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** Returns a reference to the viewmanager object */ diff --git a/quanta/treeviews/basetreeview.h b/quanta/treeviews/basetreeview.h index 64401101..690113f2 100644 --- a/quanta/treeviews/basetreeview.h +++ b/quanta/treeviews/basetreeview.h @@ -83,7 +83,7 @@ public: * @author Jens Herden */ class BaseTreeBranch : public KFileTreeBranch { - Q_OBJECT + TQ_OBJECT public: @@ -133,7 +133,7 @@ public: * */ class BaseTreeView : public KFileTreeView { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/treeviews/doctreeview.h b/quanta/treeviews/doctreeview.h index 6e963de2..c9f5d66c 100644 --- a/quanta/treeviews/doctreeview.h +++ b/quanta/treeviews/doctreeview.h @@ -34,7 +34,7 @@ class TDEPopupMenu; */ class DocTreeView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: DocTreeView(TQWidget *parent=0, const char *name=0); diff --git a/quanta/treeviews/filestreeview.h b/quanta/treeviews/filestreeview.h index 1cee782b..d8adabba 100644 --- a/quanta/treeviews/filestreeview.h +++ b/quanta/treeviews/filestreeview.h @@ -32,7 +32,7 @@ class KURL; class FilesTreeView : public BaseTreeView { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/treeviews/newtemplatedirdlg.h b/quanta/treeviews/newtemplatedirdlg.h index 0f6ae128..81485d7c 100644 --- a/quanta/treeviews/newtemplatedirdlg.h +++ b/quanta/treeviews/newtemplatedirdlg.h @@ -24,7 +24,7 @@ */ class NewTemplateDirDlg : public TemplateDirForm { - Q_OBJECT + TQ_OBJECT public: NewTemplateDirDlg(TQWidget *parent=0, const char *name=0); diff --git a/quanta/treeviews/projecttreeview.h b/quanta/treeviews/projecttreeview.h index d8c65cbd..6d39edae 100644 --- a/quanta/treeviews/projecttreeview.h +++ b/quanta/treeviews/projecttreeview.h @@ -51,7 +51,7 @@ public: class ProjectTreeView : public BaseTreeView { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/treeviews/scripttreeview.h b/quanta/treeviews/scripttreeview.h index 88f0e4cb..589f165d 100644 --- a/quanta/treeviews/scripttreeview.h +++ b/quanta/treeviews/scripttreeview.h @@ -40,7 +40,7 @@ * @author Andras Mantia */ class ScriptTreeView : public BaseTreeView { - Q_OBJECT + TQ_OBJECT diff --git a/quanta/treeviews/servertreeview.h b/quanta/treeviews/servertreeview.h index 94ab33fe..2fc9b66f 100644 --- a/quanta/treeviews/servertreeview.h +++ b/quanta/treeviews/servertreeview.h @@ -58,7 +58,7 @@ public: class ServerTreeView : public BaseTreeView { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/treeviews/structtreeview.h b/quanta/treeviews/structtreeview.h index 2a0f8ed4..94d8c12f 100644 --- a/quanta/treeviews/structtreeview.h +++ b/quanta/treeviews/structtreeview.h @@ -39,7 +39,7 @@ class Document; struct DTDStruct; class StructTreeView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/treeviews/tagattributetree.h b/quanta/treeviews/tagattributetree.h index 1ecae329..2cf6001e 100644 --- a/quanta/treeviews/tagattributetree.h +++ b/quanta/treeviews/tagattributetree.h @@ -32,7 +32,7 @@ class KPushButton; class TQGridLayout; class EditableTree : public TDEListView { -Q_OBJECT +TQ_OBJECT public: @@ -55,7 +55,7 @@ protected: class DualEditableTree : public EditableTree { - Q_OBJECT + TQ_OBJECT public: DualEditableTree(TQWidget *parent = 0, const char *name = 0); @@ -82,7 +82,7 @@ private: }; class TagAttributeTree : public EditableTree { - Q_OBJECT + TQ_OBJECT public: @@ -115,7 +115,7 @@ private: //An enhanced TagAttributeTree with the tag name and buttons to delete the tag. class EnhancedTagAttributeTree : public TQWidget { -Q_OBJECT +TQ_OBJECT public: EnhancedTagAttributeTree(TQWidget *parent = 0, const char *name = 0); diff --git a/quanta/treeviews/templatestreeview.h b/quanta/treeviews/templatestreeview.h index 22fd3535..697240e9 100644 --- a/quanta/treeviews/templatestreeview.h +++ b/quanta/treeviews/templatestreeview.h @@ -38,7 +38,7 @@ public: class TemplatesTreeView : public BaseTreeView { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/treeviews/uploadtreeview.h b/quanta/treeviews/uploadtreeview.h index f8a58e80..9a21b18a 100644 --- a/quanta/treeviews/uploadtreeview.h +++ b/quanta/treeviews/uploadtreeview.h @@ -30,7 +30,7 @@ class KFileItem; */ class UploadTreeView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: UploadTreeView( TQWidget *parent, const char *name=0L ); diff --git a/quanta/utility/myprocess.h b/quanta/utility/myprocess.h index a80a199c..bb12d2fe 100644 --- a/quanta/utility/myprocess.h +++ b/quanta/utility/myprocess.h @@ -20,7 +20,7 @@ class MyProcess:public TDEProcess { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/utility/newstuff.h b/quanta/utility/newstuff.h index c35be15b..929734d6 100644 --- a/quanta/utility/newstuff.h +++ b/quanta/utility/newstuff.h @@ -31,7 +31,7 @@ class KURL; class QNewDTEPStuff: public TDENewStuffSecure { - Q_OBJECT + TQ_OBJECT public: @@ -50,7 +50,7 @@ Makes possible downloading and installing a Toolbar resource files from a server */ class QNewToolbarStuff: public TDENewStuffSecure { - Q_OBJECT + TQ_OBJECT public: @@ -71,7 +71,7 @@ Makes possible downloading and installing a template resource files from a serve */ class QNewTemplateStuff: public TDENewStuffSecure { - Q_OBJECT + TQ_OBJECT public: @@ -92,7 +92,7 @@ Makes possible downloading and installing a script resource files from a server. */ class QNewScriptStuff: public TDENewStuffSecure { - Q_OBJECT + TQ_OBJECT public: @@ -111,7 +111,7 @@ Makes possible downloading and installing a documentation resource files from a */ class QNewDocStuff: public TDENewStuffSecure { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/utility/qpevents.h b/quanta/utility/qpevents.h index 6b3638ae..4c65c359 100644 --- a/quanta/utility/qpevents.h +++ b/quanta/utility/qpevents.h @@ -52,7 +52,7 @@ typedef TQMap > EventActions; class QPEvents : public TQObject { -Q_OBJECT +TQ_OBJECT public: static QPEvents* const ref(TQObject *parent = 0L) diff --git a/quanta/utility/quantabookmarks.h b/quanta/utility/quantabookmarks.h index 532e45c9..c1e4bb99 100644 --- a/quanta/utility/quantabookmarks.h +++ b/quanta/utility/quantabookmarks.h @@ -42,7 +42,7 @@ class TQMenuData; class QuantaBookmarks : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/utility/tagaction.h b/quanta/utility/tagaction.h index eeff1560..783665e3 100644 --- a/quanta/utility/tagaction.h +++ b/quanta/utility/tagaction.h @@ -46,7 +46,7 @@ class NodeSelection; class TagAction : public TDEToggleAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/utility/tagactionset.h b/quanta/utility/tagactionset.h index 9e056543..7ecc6d1a 100644 --- a/quanta/utility/tagactionset.h +++ b/quanta/utility/tagactionset.h @@ -37,7 +37,7 @@ class NodeModifsSet; */ class TagActionSetAbstract : public TQObject { - Q_OBJECT + TQ_OBJECT public: TagActionSetAbstract(TQObject *parent = 0, const char *name = 0); @@ -66,7 +66,7 @@ private: class TagActionSet : public TagActionSetAbstract { - Q_OBJECT + TQ_OBJECT public: TagActionSet(TQObject *parent = 0, const char *name = 0); @@ -95,7 +95,7 @@ private: class TableTagActionSet : public TagActionSetAbstract { - Q_OBJECT + TQ_OBJECT public: TableTagActionSet(TQObject *parent = 0, const char *name = 0); diff --git a/quanta/utility/toolbartabwidget.h b/quanta/utility/toolbartabwidget.h index a8ce9ecc..3536ca83 100644 --- a/quanta/utility/toolbartabwidget.h +++ b/quanta/utility/toolbartabwidget.h @@ -26,7 +26,7 @@ class TDEToolBar; class ToolbarTabWidget: public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: TQWidgetStack *m_widgetStack; @@ -84,7 +84,7 @@ private: class QuantaToolBar: public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: