Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 12 years ago
parent 8c01b5d9b2
commit 8e04d14a5b

@ -31,7 +31,7 @@
class AutotraceFormats : public TQObject class AutotraceFormats : public TQObject
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
//! Standard TQObject-like constructor //! Standard TQObject-like constructor
/** The constructor, nothing fancy /** The constructor, nothing fancy

@ -48,7 +48,7 @@ class Options;
class MainWidget : public MainWidgetBase class MainWidget : public MainWidgetBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
//! For simplicity //! For simplicity
friend class potracegui; friend class potracegui;

@ -43,7 +43,7 @@ class MainWidget;
class potracegui : public KMainWindow class potracegui : public KMainWindow
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
/** /**
* @short Default Constructor * @short Default Constructor

Loading…
Cancel
Save