Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/9/head
Michele Calgaro 10 months ago
parent 7f9e4e651c
commit f329450b7e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -11,7 +11,7 @@ class TQStringList;
class KBarcodePlugin: public KFilePlugin class KBarcodePlugin: public KFilePlugin
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -54,7 +54,7 @@ class BarcodeValidator : public TQValidator {
* supported by KBarcode. * supported by KBarcode.
*/ */
class BarcodeCombo : public KComboBox { class BarcodeCombo : public KComboBox {
Q_OBJECT TQ_OBJECT
public: public:
BarcodeCombo(TQWidget *parent=0, const char *name=0); BarcodeCombo(TQWidget *parent=0, const char *name=0);
@ -80,7 +80,7 @@ class TQLabel;
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class BarcodeWidget : public TQWidget { class BarcodeWidget : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:
BarcodeWidget(TQWidget *parent=0, const char *name=0); BarcodeWidget(TQWidget *parent=0, const char *name=0);

@ -47,7 +47,7 @@ class TokenProvider;
*/ */
class BarCodeDialog : public TQDialog class BarCodeDialog : public TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -55,7 +55,7 @@ class BarcodeDlgBase {
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class AdvancedBarcodeDialog : public KDialogBase { class AdvancedBarcodeDialog : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
AdvancedBarcodeDialog( TQString type, TQWidget* parent = 0, const char* name = 0 ); AdvancedBarcodeDialog( TQString type, TQWidget* parent = 0, const char* name = 0 );
@ -72,7 +72,7 @@ class AdvancedBarcodeDialog : public KDialogBase {
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class TBarcodeDlg : public TQWidget, public BarcodeDlgBase { class TBarcodeDlg : public TQWidget, public BarcodeDlgBase {
Q_OBJECT TQ_OBJECT
public: public:
TBarcodeDlg(TQWidget *parent=0, const char *name=0); TBarcodeDlg(TQWidget *parent=0, const char *name=0);
@ -95,7 +95,7 @@ class TBarcodeDlg : public TQWidget, public BarcodeDlgBase {
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class PDF417BarcodeDlg : public TQWidget, public BarcodeDlgBase { class PDF417BarcodeDlg : public TQWidget, public BarcodeDlgBase {
Q_OBJECT TQ_OBJECT
public: public:
PDF417BarcodeDlg(TQWidget *parent=0, const char *name=0); PDF417BarcodeDlg(TQWidget *parent=0, const char *name=0);
@ -113,7 +113,7 @@ class PDF417BarcodeDlg : public TQWidget, public BarcodeDlgBase {
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class DataMatrixDlg : public TQWidget, public BarcodeDlgBase { class DataMatrixDlg : public TQWidget, public BarcodeDlgBase {
Q_OBJECT TQ_OBJECT
public: public:
DataMatrixDlg(TQWidget *parent=0, const char *name=0); DataMatrixDlg(TQWidget *parent=0, const char *name=0);
@ -129,7 +129,7 @@ class DataMatrixDlg : public TQWidget, public BarcodeDlgBase {
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class SequenceDlg : public TQWidget, public BarcodeDlgBase { class SequenceDlg : public TQWidget, public BarcodeDlgBase {
Q_OBJECT TQ_OBJECT
public: public:
SequenceDlg(TQWidget *parent=0, const char *name=0); SequenceDlg(TQWidget *parent=0, const char *name=0);
@ -154,7 +154,7 @@ class SequenceDlg : public TQWidget, public BarcodeDlgBase {
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class ColorDlg : public TQVBox, public BarcodeDlgBase { class ColorDlg : public TQVBox, public BarcodeDlgBase {
Q_OBJECT TQ_OBJECT
public: public:
ColorDlg(TQWidget *parent=0, const char *name=0); ColorDlg(TQWidget *parent=0, const char *name=0);
@ -172,7 +172,7 @@ class ColorDlg : public TQVBox, public BarcodeDlgBase {
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class PurePostscriptDlg : public TQVBox, public BarcodeDlgBase { class PurePostscriptDlg : public TQVBox, public BarcodeDlgBase {
Q_OBJECT TQ_OBJECT
public: public:
PurePostscriptDlg(TQWidget *parent=0, const char *name=0); PurePostscriptDlg(TQWidget *parent=0, const char *name=0);

@ -29,7 +29,7 @@ class TQLabel;
*/ */
class BarcodePrinterDlg : public KDialogBase class BarcodePrinterDlg : public KDialogBase
{ {
Q_OBJECT TQ_OBJECT
public: public:
BarcodePrinterDlg(TQWidget *parent = 0, const char *name = 0); BarcodePrinterDlg(TQWidget *parent = 0, const char *name = 0);

@ -42,7 +42,7 @@ class TQVBox;
class TQWidgetStack; class TQWidgetStack;
class BatchWizard : public KWizard, public BatchIface { class BatchWizard : public KWizard, public BatchIface {
Q_OBJECT TQ_OBJECT
public: public:
BatchWizard( TQWidget* parent = NULL, const char* name = NULL ); BatchWizard( TQWidget* parent = NULL, const char* name = NULL );

@ -53,7 +53,7 @@ class TokenProvider;
// Stuff for undo redo // Stuff for undo redo
class CommandUtils : public TQObject { class CommandUtils : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
CommandUtils(TCanvasItem* item); CommandUtils(TCanvasItem* item);
@ -81,7 +81,7 @@ class CommandUtils : public TQObject {
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class NewItemCommand : public TQObject, public KCommand { class NewItemCommand : public TQObject, public KCommand {
Q_OBJECT TQ_OBJECT
public: public:
NewItemCommand( MyCanvasView* view, const TQString & name ); NewItemCommand( MyCanvasView* view, const TQString & name );

@ -38,7 +38,7 @@ class SqlWidget;
*/ */
class ConfigDialog : public KDialogBase { class ConfigDialog : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
ConfigDialog( TQWidget* parent ); ConfigDialog( TQWidget* parent );

@ -37,7 +37,7 @@ class SqlWidget;
*/ */
class ConfWizard : public KWizard class ConfWizard : public KWizard
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -45,7 +45,7 @@ class TQRadioButton;
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class CSVImportDlg : public KDialogBase { class CSVImportDlg : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
CSVImportDlg(TQWidget *parent=0, const char *name=0); CSVImportDlg(TQWidget *parent=0, const char *name=0);

@ -31,7 +31,7 @@ class MyDataTable;
* and is mostly used for having a quick look on the tables. * and is mostly used for having a quick look on the tables.
*/ */
class DatabaseBrowser : public DSMainWindow{ class DatabaseBrowser : public DSMainWindow{
Q_OBJECT TQ_OBJECT
public: public:
DatabaseBrowser( TQString _database, TQWidget *parent=0, const char *name=0); DatabaseBrowser( TQString _database, TQWidget *parent=0, const char *name=0);

@ -20,7 +20,7 @@ class TQPaintEvent;
* The labels are drawn using TQPainter. Only one page is previewed. * The labels are drawn using TQPainter. Only one page is previewed.
*/ */
class LabelPreview : public TQWidget { class LabelPreview : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:
LabelPreview( TQWidget* parent = 0, const char* name = 0 ); LabelPreview( TQWidget* parent = 0, const char* name = 0 );
@ -44,7 +44,7 @@ class LabelPreview : public TQWidget {
*/ */
class DefinitionDialog : public TQDialog class DefinitionDialog : public TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -27,7 +27,7 @@ class KCommandHistory;
class DocumentItemDlg : public KDialogBase class DocumentItemDlg : public KDialogBase
{ {
Q_OBJECT TQ_OBJECT
public: public:
DocumentItemDlg( TokenProvider* token, DocumentItem* item, KCommandHistory* history, TQWidget* parent ); DocumentItemDlg( TokenProvider* token, DocumentItem* item, KCommandHistory* history, TQWidget* parent );

@ -31,7 +31,7 @@ class TDEPopupMenu;
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class DSMainWindow : public TDEMainWindow { class DSMainWindow : public TDEMainWindow {
Q_OBJECT TQ_OBJECT
public: public:
DSMainWindow(TQWidget *parent=0, const char *name=0, WFlags f = WType_TopLevel | WDestructiveClose ); DSMainWindow(TQWidget *parent=0, const char *name=0, WFlags f = WType_TopLevel | WDestructiveClose );

@ -26,7 +26,7 @@
#define TextEditBase KTextEdit #define TextEditBase KTextEdit
class DSTextEdit : public KTextEdit { class DSTextEdit : public KTextEdit {
Q_OBJECT TQ_OBJECT
public: public:

@ -21,7 +21,7 @@
#include <kcombobox.h> #include <kcombobox.h>
class EncodingCombo : public KComboBox { class EncodingCombo : public KComboBox {
Q_OBJECT TQ_OBJECT
public: public:
EncodingCombo( TQWidget* parent ); EncodingCombo( TQWidget* parent );

@ -43,7 +43,7 @@ class KPushButton;
* There are also a few smaller modules. * There are also a few smaller modules.
*/ */
class KBarcode: public DSMainWindow, public KBarcodeIface { class KBarcode: public DSMainWindow, public KBarcodeIface {
Q_OBJECT TQ_OBJECT
public: public:
KBarcode( TQWidget *parent=0, const char *name="kbarcode", WFlags f = WType_TopLevel | WDestructiveClose ); KBarcode( TQWidget *parent=0, const char *name="kbarcode", WFlags f = WType_TopLevel | WDestructiveClose );

@ -28,7 +28,7 @@
*/ */
class KBarcodeSettings : public TQObject class KBarcodeSettings : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
static KBarcodeSettings* getInstance(); static KBarcodeSettings* getInstance();

@ -80,7 +80,7 @@ class TokenProvider;
* support. Use Batchprinting (LabelPrinter) for this. * support. Use Batchprinting (LabelPrinter) for this.
*/ */
class LabelEditor : public DSMainWindow, public EditorIface, private LabelUtils, private XMLUtils { class LabelEditor : public DSMainWindow, public EditorIface, private LabelUtils, private XMLUtils {
Q_OBJECT TQ_OBJECT
public: public:
enum ELabelEditorMode { enum ELabelEditorMode {

@ -26,7 +26,7 @@ class TokenProvider;
class MyCanvasView; class MyCanvasView;
class DocumentItemDrag : public TQStoredDrag { class DocumentItemDrag : public TQStoredDrag {
Q_OBJECT TQ_OBJECT
public: public:
DocumentItemDrag( TQWidget* dragSource = NULL, const char* name = 0 ); DocumentItemDrag( TQWidget* dragSource = NULL, const char* name = 0 );

@ -32,7 +32,7 @@ class DSTextEdit;
class TokenProvider; class TokenProvider;
class MultiLineEditor : public TQWidget { class MultiLineEditor : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:
MultiLineEditor( TokenProvider* token, TQWidget *parent=0, const char *name=0); MultiLineEditor( TokenProvider* token, TQWidget *parent=0, const char *name=0);

@ -30,7 +30,7 @@ typedef TQValueList<TCanvasItem*> TCanvasItemList;
class TQRect; class TQRect;
class TQPainter; class TQPainter;
class MyCanvas : public TQCanvas { class MyCanvas : public TQCanvas {
Q_OBJECT TQ_OBJECT
public: public:
@ -69,7 +69,7 @@ class KRuler;
class KStatusBar; class KStatusBar;
class MyCanvasView : public TQCanvasView class MyCanvasView : public TQCanvasView
{ {
Q_OBJECT TQ_OBJECT
enum edges { enum edges {

@ -24,7 +24,7 @@
/** A table to modify SQL tables. /** A table to modify SQL tables.
*/ */
class MyDataTable : public TQDataTable { class MyDataTable : public TQDataTable {
Q_OBJECT TQ_OBJECT
public: public:
MyDataTable(TQWidget *parent=0, const char *name=0); MyDataTable(TQWidget *parent=0, const char *name=0);

@ -35,7 +35,7 @@ class TQString;
class LabelPreview; class LabelPreview;
class NewLabel : public TQDialog class NewLabel : public TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:
NewLabel( TQWidget* parent = 0, const char* name = 0, bool change = FALSE, WFlags fl = 0 ); NewLabel( TQWidget* parent = 0, const char* name = 0, bool change = FALSE, WFlags fl = 0 );

@ -30,7 +30,7 @@ class TQIODevice;
class TQLabel; class TQLabel;
class TQWidget; class TQWidget;
class PreviewDialog : public TQDialog { class PreviewDialog : public TQDialog {
Q_OBJECT TQ_OBJECT
public: public:
PreviewDialog( TQIODevice* device, Definition* d, TQString filename, TQWidget *parent=0, const char *name=0); PreviewDialog( TQIODevice* device, Definition* d, TQString filename, TQWidget *parent=0, const char *name=0);

@ -58,7 +58,7 @@ struct PageFormatInfo
class KPrinter; class KPrinter;
class KComboBox; class KComboBox;
class PrinterSettings: public TQObject { class PrinterSettings: public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
enum { High = TQPrinter::HighResolution, Middle, VeryHigh }; enum { High = TQPrinter::HighResolution, Middle, VeryHigh };

@ -32,7 +32,7 @@ class KIntNumInput;
* label should be printed. * label should be printed.
*/ */
class PrintLabelDlg : public KDialogBase { class PrintLabelDlg : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
PrintLabelDlg(TQWidget *parent=0, const char *name=0); PrintLabelDlg(TQWidget *parent=0, const char *name=0);

@ -48,7 +48,7 @@ class KPushButton;
*/ */
class PropertyWidget : public TQWidget class PropertyWidget : public TQWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
PropertyWidget( TQWidget* parent ); PropertyWidget( TQWidget* parent );
@ -61,7 +61,7 @@ class PropertyWidget : public TQWidget
}; };
class PropertyBorder : public PropertyWidget { class PropertyBorder : public PropertyWidget {
Q_OBJECT TQ_OBJECT
public: public:
PropertyBorder( TQWidget* parent ); PropertyBorder( TQWidget* parent );
@ -80,7 +80,7 @@ class PropertyBorder : public PropertyWidget {
}; };
class PropertyRotation : public PropertyWidget { class PropertyRotation : public PropertyWidget {
Q_OBJECT TQ_OBJECT
public: public:
PropertyRotation( TQWidget* parent ); PropertyRotation( TQWidget* parent );
@ -93,7 +93,7 @@ class PropertyRotation : public PropertyWidget {
}; };
class PropertyFill : public PropertyWidget { class PropertyFill : public PropertyWidget {
Q_OBJECT TQ_OBJECT
public: public:
PropertyFill( TQWidget* parent ); PropertyFill( TQWidget* parent );
@ -106,7 +106,7 @@ class PropertyFill : public PropertyWidget {
}; };
class PropertyBarcode : public PropertyWidget, private LabelUtils { class PropertyBarcode : public PropertyWidget, private LabelUtils {
Q_OBJECT TQ_OBJECT
public: public:
PropertyBarcode( TokenProvider* token, TQWidget* parent ); PropertyBarcode( TokenProvider* token, TQWidget* parent );
@ -123,7 +123,7 @@ class PropertyBarcode : public PropertyWidget, private LabelUtils {
}; };
class PropertyText : public PropertyWidget, private LabelUtils { class PropertyText : public PropertyWidget, private LabelUtils {
Q_OBJECT TQ_OBJECT
public: public:
PropertyText( TokenProvider* token, TQWidget* parent ); PropertyText( TokenProvider* token, TQWidget* parent );
@ -137,7 +137,7 @@ class PropertyText : public PropertyWidget, private LabelUtils {
//NY22 //NY22
class PropertyTextLine : public PropertyWidget, private LabelUtils { class PropertyTextLine : public PropertyWidget, private LabelUtils {
Q_OBJECT TQ_OBJECT
public: public:
PropertyTextLine( TokenProvider* token, TQWidget* parent ); PropertyTextLine( TokenProvider* token, TQWidget* parent );
@ -151,7 +151,7 @@ class PropertyTextLine : public PropertyWidget, private LabelUtils {
//NY22 //NY22
class PropertySize : public PropertyWidget, private LabelUtils { class PropertySize : public PropertyWidget, private LabelUtils {
Q_OBJECT TQ_OBJECT
public: public:
PropertySize( TQWidget* parent ); PropertySize( TQWidget* parent );
@ -171,7 +171,7 @@ class PropertySize : public PropertyWidget, private LabelUtils {
}; };
class PropertyImage : public PropertyWidget { class PropertyImage : public PropertyWidget {
Q_OBJECT TQ_OBJECT
public: public:
PropertyImage( TokenProvider* token, TQWidget* parent ); PropertyImage( TokenProvider* token, TQWidget* parent );
@ -205,7 +205,7 @@ class PropertyImage : public PropertyWidget {
}; };
class PropertyVisible : public PropertyWidget { class PropertyVisible : public PropertyWidget {
Q_OBJECT TQ_OBJECT
public: public:
PropertyVisible( TQWidget* parent ); PropertyVisible( TQWidget* parent );

@ -25,7 +25,7 @@ class KComboBox;
class KIntNumInput; class KIntNumInput;
class TQCheckBox; class TQCheckBox;
class RectSettingsDlg : public KDialogBase { class RectSettingsDlg : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
RectSettingsDlg(TQWidget *parent=0, const char *name=0); RectSettingsDlg(TQWidget *parent=0, const char *name=0);
@ -56,7 +56,7 @@ class RectSettingsDlg : public KDialogBase {
class TQPen; class TQPen;
class LineSettingsDlg : public KDialogBase { class LineSettingsDlg : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
LineSettingsDlg(TQWidget *parent=0, const char *name=0); LineSettingsDlg(TQWidget *parent=0, const char *name=0);

@ -28,7 +28,7 @@ class KLineEdit;
namespace DSSmallDialogs { namespace DSSmallDialogs {
class AddAllDialog : public KDialogBase { class AddAllDialog : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
AddAllDialog(TQWidget *parent=0, const char *name=0); AddAllDialog(TQWidget *parent=0, const char *name=0);
@ -42,7 +42,7 @@ namespace DSSmallDialogs {
}; };
class AddItemsDialog : public KDialogBase { class AddItemsDialog : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
AddItemsDialog( TQWidget* parent = 0, const char* name = 0 ); AddItemsDialog( TQWidget* parent = 0, const char* name = 0 );

@ -85,7 +85,7 @@ class TQSqlQuery;
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class SqlTables : public TQObject { class SqlTables : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
/** get a mysqldata object which contains the current database settings. /** get a mysqldata object which contains the current database settings.
@ -176,7 +176,7 @@ class TQCheckBox;
* @author Dominik Seichter * @author Dominik Seichter
*/ */
class SqlWidget : public TQWidget { class SqlWidget : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:
SqlWidget( bool showlabel, TQWidget* parent = 0, const char* name = 0 ); SqlWidget( bool showlabel, TQWidget* parent = 0, const char* name = 0 );

@ -29,7 +29,7 @@ class TokenProvider;
class KLineEdit; class KLineEdit;
class TextLineEditor : public TQWidget { class TextLineEditor : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:
TextLineEditor( TokenProvider* token, TQWidget *parent=0, const char *name=0); TextLineEditor( TokenProvider* token, TQWidget *parent=0, const char *name=0);

@ -39,7 +39,7 @@ class DSTextEdit;
class TokenDialog : public KWizard { class TokenDialog : public KWizard {
Q_OBJECT TQ_OBJECT
public: public:

Loading…
Cancel
Save