Replace Q_OBJECT with TQ_OBJECT

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

@ -38,7 +38,7 @@ namespace Analyzer
class Base2D : public Base<TQWidget>
{
Q_OBJECT
TQ_OBJECT
public:
const TQPixmap *canvas() const { return &m_canvas; }

@ -17,7 +17,7 @@ namespace Codeine
{
class MainWindow : public TDEMainWindow
{
Q_OBJECT
TQ_OBJECT
MainWindow();
~MainWindow();

@ -15,7 +15,7 @@ namespace Codeine
{
class PlayDialog : public TQDialog
{
Q_OBJECT
TQ_OBJECT
public:
PlayDialog( TQWidget*, bool show_welcome_dialog = false );

@ -10,7 +10,7 @@ namespace Codeine
{
class Slider : public TQSlider
{
Q_OBJECT
TQ_OBJECT
public:
static Slider *instance() { return s_instance; }

@ -8,7 +8,7 @@
class VolumeAction : public TDEToggleAction
{
Q_OBJECT
TQ_OBJECT
TQWidget *m_anchor;
class VolumeSlider *m_widget;

@ -34,7 +34,7 @@ namespace Codeine
*/
class VideoWindow : public TQWidget
{
Q_OBJECT
TQ_OBJECT
enum PosTimeLength { Pos, Time, Length };

@ -24,7 +24,7 @@ namespace Codeine
{
class VideoWindow : public TQWidget
{
Q_OBJECT
TQ_OBJECT
static VideoWindow *s_instance;
static const uint CURSOR_HIDE_TIMEOUT = 2000;

Loading…
Cancel
Save