Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4055d5314c)
r14.1.x r14.1.1
Michele Calgaro 10 months ago
parent e498ff88b6
commit 60f3a44f75
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -25,7 +25,7 @@
class KLineEdit;
class MPlayerThumbnailerConfig : public TDEConfigDialog
{
Q_OBJECT
TQ_OBJECT
public:
MPlayerThumbnailerConfig(TQWidget *parent, const char *name, MPlayerThumbnailerCfg *config, DialogType dialogType=IconList, int dialogButtons=Default|Ok|Apply|Cancel, ButtonCode defaultButton=Ok, bool modal=false);
~MPlayerThumbnailerConfig();

@ -36,7 +36,7 @@ class KPixmapSplitter;
class MPlayerThumbnailer : public TQObject, public ThumbCreator
{
Q_OBJECT
TQ_OBJECT
public:
MPlayerThumbnailer();
virtual ~MPlayerThumbnailer();

Loading…
Cancel
Save