Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 13 years ago
parent a661265f50
commit 638fe73bb4

@ -51,7 +51,7 @@ class KnowitTree;
class Knowit : public KMainWindow class Knowit : public KMainWindow
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
private: private:
static const TQString Untitled; static const TQString Untitled;
KConfig *config; KConfig *config;

@ -22,7 +22,7 @@
class KnowitApplication : public KUniqueApplication class KnowitApplication : public KUniqueApplication
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KnowitApplication(bool allowStyles = true, bool GUIEnabled = true); KnowitApplication(bool allowStyles = true, bool GUIEnabled = true);

@ -29,7 +29,7 @@ class KComboBox;
class KnowitChooser : public KDialogBase { class KnowitChooser : public KDialogBase {
Q_OBJECT Q_OBJECT
TQ_OBJECT
protected: protected:
KComboBox* notes; KComboBox* notes;
KComboBox* charset; KComboBox* charset;

@ -21,7 +21,7 @@
class KnowitEdit : public KTextEdit class KnowitEdit : public KTextEdit
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
bool swapEOL; bool swapEOL;
KnowitEdit(const TQString& text, const TQString& context=TQString(), KnowitEdit(const TQString& text, const TQString& context=TQString(),

@ -27,7 +27,7 @@ class TQToolButton;
class KnowitLinkDialog : public KDialogBase { class KnowitLinkDialog : public KDialogBase {
Q_OBJECT Q_OBJECT
TQ_OBJECT
protected: protected:
KComboBox* linkType; KComboBox* linkType;
KLineEdit* linkValue; KLineEdit* linkValue;

@ -26,7 +26,7 @@ class TQDragEnterEvent;
class KnowitLinks : public KListBox class KnowitLinks : public KListBox
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KnowitLinks(TQWidget* parent=0, const char* name = 0); KnowitLinks(TQWidget* parent=0, const char* name = 0);
protected: protected:

@ -72,7 +72,7 @@ public:
class KnowitPreferences : public KDialogBase class KnowitPreferences : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
private: private:
TQCheckBox *docked, *reopen, *horizontalSplit, *multipleInstances, *backup; TQCheckBox *docked, *reopen, *horizontalSplit, *multipleInstances, *backup;
TQCheckBox *unconditionalSave; TQCheckBox *unconditionalSave;

@ -21,7 +21,7 @@ class TQDragMoveEvent;
class KnowitTree : public KListView class KnowitTree : public KListView
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
KnowitTree(TQWidget* parent=0, const char* name = 0); KnowitTree(TQWidget* parent=0, const char* name = 0);
TQListViewItem* prevItem; TQListViewItem* prevItem;

Loading…
Cancel
Save