Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/4/head
Michele Calgaro 10 months ago
parent e498ff88b6
commit 4055d5314c
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