Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 9 months ago
parent 31149c65cc
commit e1fc10f0a3
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -35,7 +35,7 @@
class bab;
class BabSwitcher : public KSystemTray , public babInterface{
Q_OBJECT
TQ_OBJECT
public:
enum State {Jaguar = 0, Panther, iTunes, Tiger, Milk};
@ -77,7 +77,7 @@ class TQCheckBox;
*/
class bab : public TDEMainWindow
{
Q_OBJECT
TQ_OBJECT
public:
enum TabState {Tab = 0, Clever, Chooser};
@ -97,7 +97,7 @@ private slots:
class Corner : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
enum Side {left = 0, right};
Corner(Side side);

@ -26,7 +26,7 @@
class TDEConfig;
class StyleConfigDialog: public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
StyleConfigDialog(TQWidget* parent, TQString styleName);

@ -17,7 +17,7 @@ enum Colors { Back = 0, Button, Base, Text, High, HighText, ButText, Alternate,
class DemoWindow : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
DemoWindow( ColorDialog* parent = 0, const char* name = 0);
@ -59,7 +59,7 @@ class ColorDialog : public TQDialog
{
friend class DemoWindow;
friend class AppSetter;
Q_OBJECT
TQ_OBJECT
public:
ColorDialog( TQWidget* parent = 0, const char* name = 0);

@ -8,7 +8,7 @@ class TQColor;
class ColorPicker : public TQGroupBox
{
Q_OBJECT
TQ_OBJECT
public:
ColorPicker( TQWidget* parent = 0, const char* name = 0);

@ -39,7 +39,7 @@ class TQGroupBox;
class tdestyle_baghira_config: public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
tdestyle_baghira_config( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() );
@ -119,7 +119,7 @@ class ColorDialog;
class AppSetter : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
AppSetter(TQWidget *parent=0, const char *name=0);
~AppSetter();

@ -109,7 +109,7 @@ class BaghiraClient;
class ResizeHandle : public TQWidget
{
friend class BaghiraClient;
Q_OBJECT
TQ_OBJECT
public:
ResizeHandle(BaghiraClient *parent);
protected:
@ -129,7 +129,7 @@ class DeMaximizer : public TQWidget
{
friend class BaghiraClient;
friend class BaghiraFactory;
Q_OBJECT
TQ_OBJECT
public:
DeMaximizer();
void setClient(BaghiraClient *);
@ -323,7 +323,7 @@ inline int BaghiraFactory::borderSize(int current)
class BaghiraButton : public TQButton
{
Q_OBJECT
TQ_OBJECT
public:
BaghiraButton(BaghiraClient *parent=0, const char *name=0, const TQString &tip=NULL, bool small=false, ButtonType type=MinButton, int style=0);
~BaghiraButton();
@ -373,7 +373,7 @@ class BaghiraClient : public KDecoration
{
friend class BaghiraButton;
friend class ResizeHandle;
Q_OBJECT
TQ_OBJECT
public:
BaghiraClient(KDecorationBridge *b, KDecorationFactory *f);
virtual ~BaghiraClient();

@ -10,7 +10,7 @@ class TQColor;
class AquariusButton : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
AquariusButton( TQPixmap &pixmap, TQWidget* parent = 0, const char* name = 0);

@ -44,7 +44,7 @@ class TQComboBox;
class ButtonColors : public TQDialog
{
Q_OBJECT
TQ_OBJECT
public:
ButtonColors(TQWidget* parent, const char * name = 0);
~ButtonColors();
@ -122,7 +122,7 @@ private slots:
class BaghiraConfig : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
BaghiraConfig(TDEConfig* config, TQWidget* parent);
~BaghiraConfig();

@ -11,7 +11,7 @@ class TQColor;
class ColorPicker : public TQGroupBox
{
Q_OBJECT
TQ_OBJECT
public:
ColorPicker( TQWidget* parent = 0, const char* name = 0);

@ -45,7 +45,7 @@ class TQComboBox;
class ButtonColors : public TQDialog
{
Q_OBJECT
TQ_OBJECT
public:
ButtonColors(TQWidget* parent, const char * name = 0);
~ButtonColors();
@ -124,7 +124,7 @@ class CustomDecoSettings;
class BaghiraConfig : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
BaghiraConfig(TDEConfig* config, TQWidget* parent);
~BaghiraConfig();

@ -45,7 +45,7 @@ class MenuEmbed;
class Applet : public KPanelApplet, public DCOPObject
{
Q_OBJECT
TQ_OBJECT
K_DCOP
k_dcop:
ASYNC configure();
@ -93,7 +93,7 @@ class Applet : public KPanelApplet, public DCOPObject
class MenuEmbed
: public QXEmbed
{
Q_OBJECT
TQ_OBJECT
public:
MenuEmbed( WId mainwindow, bool desktop,
TQWidget* parent = NULL, const char* name = NULL );

@ -48,7 +48,7 @@ class MenuEmbed;
class Applet : public KPanelApplet, public DCOPObject
{
Q_OBJECT
TQ_OBJECT
K_DCOP
k_dcop:
ASYNC configure();
@ -99,7 +99,7 @@ private:
class MenuEmbed : public QXEmbed
{
Q_OBJECT
TQ_OBJECT
public:
MenuEmbed( WId mainwindow, bool desktop, TQWidget* parent = NULL, const char* name = NULL );
WId mainWindow() const;

@ -38,7 +38,7 @@ class TQPopunMenu;
class UserManager : public KPanelApplet
{
Q_OBJECT
TQ_OBJECT
public:
UserManager(const TQString& configFile, Type t = Normal, int actions = 0,

@ -15,7 +15,7 @@ class TQListBoxItem;
class baghiraSidebar : public KonqSidebarPlugin
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -26,7 +26,7 @@ class TQResizeEvent;
class ResizingLinkBox : public TDEListBox
{
Q_OBJECT
TQ_OBJECT
public:
ResizingLinkBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
@ -62,7 +62,7 @@ signals:
class MediaListBox : public ResizingLinkBox, virtual public BaghiraSidebarIface
{
Q_OBJECT
TQ_OBJECT
public:
MediaListBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
~MediaListBox();
@ -89,7 +89,7 @@ private slots:
class DnDListBox : public ResizingLinkBox
{
Q_OBJECT
TQ_OBJECT
public:
DnDListBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );

@ -14,7 +14,7 @@ class MediaListBox;
class LinkView : public TQScrollView
{
Q_OBJECT
TQ_OBJECT
public:
LinkView(TQWidget * parent = 0, const char * name = 0, WFlags f = 0);

@ -6,7 +6,7 @@
class BaghiraLinkDrag : public TQDragObject
{
// Q_OBJECT
// TQ_OBJECT
public:
BaghiraLinkDrag(TQString title, TQString command, TQString icon, int index = -1, TQWidget* dragSource = 0);

@ -34,7 +34,7 @@ class Panel : public TQWidget//TQScrollView
{
friend class StartMenu;
friend class StartMenuButton;
Q_OBJECT
TQ_OBJECT
public:
Panel(int size = 32, TQWidget * parent = 0, const char * name = 0);
@ -79,7 +79,7 @@ class TQTextDrag;
class StartMenuButton : public TQWidget
{
friend class Panel;
Q_OBJECT
TQ_OBJECT
public:
enum Orientation { Horizontal = 0, Vertical, Status };
@ -123,7 +123,7 @@ class AppList;
class StartMenuEntry : public TQWidget
{
friend class AppList;
Q_OBJECT
TQ_OBJECT
public:
StartMenuEntry(KService * service, TQString relPath, int size = 32, bool neewbie = false, TQWidget * parent = 0);
~StartMenuEntry();
@ -183,7 +183,7 @@ class HelpDialog;
class AppList : public TQScrollView
{
friend class StartMenu;
Q_OBJECT
TQ_OBJECT
public:
AppList(int size = 32, TQWidget * parent = 0);
@ -248,7 +248,7 @@ class TQStringList;
class SearchLine : public KLineEdit
{
Q_OBJECT
TQ_OBJECT
public:
SearchLine( TQWidget * parent );
bool blocked;
@ -270,7 +270,7 @@ class KSqueezedTextLabel;
class StartMenu : public TQWidget
{
friend class starter; // to allow setting the shortcutlis directly
Q_OBJECT
TQ_OBJECT
public:
enum PanelPosition { North = 0, South, West, East, Nowhere };
StartMenu ( int size = 32, TQWidget * parent = 0, WFlags f = 0 );

@ -24,7 +24,7 @@ class StarterConfig;
class starter : public KPanelApplet, virtual public StarterIface
{
Q_OBJECT
TQ_OBJECT
public:
starter(const TQString& configFile, Type t = Normal, int actions = 0,

@ -95,7 +95,7 @@ class ButtonTile
class OptionHandler : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
OptionHandler( TQObject *parent );
void reloadSettings();
@ -462,7 +462,7 @@ protected:
class EventKiller : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
bool eventFilter( TQObject *, TQEvent *)
{
@ -472,7 +472,7 @@ public:
class BMShower : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
BMShower(TQObject *parent);
bool eventFilter( TQObject *object, TQEvent *event );
@ -493,7 +493,7 @@ public:
class LiquidStyle : public TDEStyle
{
Q_OBJECT
TQ_OBJECT
public:
friend class OptionHandler;
LiquidStyle();

Loading…
Cancel
Save