Remove spurious TQ_OBJECT instances

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save