Remove spurious TQ_OBJECT instances

pull/4/head
Timothy Pearson 12 years ago
parent 870fc211da
commit 1596595e2e

@ -30,7 +30,7 @@ class KonqFileTip;
class HitWidget : public HitWidgetLayout
{
Q_OBJECT
TQ_OBJECT
public:
HitWidget(TQString uri, TQString mimetype, KWidgetListbox *parent = 0, const char *name = 0);
~HitWidget();

@ -30,7 +30,7 @@
class KCMBeagleBackends : public KCModule
{
Q_OBJECT
TQ_OBJECT
public:
KCMBeagleBackends(TQWidget *parent=0, const char *name=0);

@ -30,7 +30,7 @@ class TQTabWidget;
class KCMBeagle : public KCModule
{
Q_OBJECT
TQ_OBJECT
public:
KCMBeagle(TQWidget *parent=0, const char *name=0);

@ -30,7 +30,7 @@
class KCMBeagleIndexing : public KCModule
{
Q_OBJECT
TQ_OBJECT
public:
KCMBeagleIndexing(TQWidget *parent=0, const char *name=0);

@ -30,7 +30,7 @@ class TQTabWidget;
class KCMKerry : public KCModule
{
Q_OBJECT
TQ_OBJECT
public:
KCMKerry(TQWidget *parent=0, const char *name=0);

@ -37,7 +37,7 @@
class KCMKerrySearch : public KCModule
{
Q_OBJECT
TQ_OBJECT
public:
KCMKerrySearch(TQWidget *parent=0, const char *name=0);

@ -32,7 +32,7 @@
class KCMBeagleStatus : public KCModule
{
Q_OBJECT
TQ_OBJECT
public:
KCMBeagleStatus(TQWidget *parent=0, const char *name=0);

@ -37,7 +37,7 @@ class KProcess;
class KerryApplication : public KUniqueApplication
{
Q_OBJECT
TQ_OBJECT
public:
KerryApplication();

@ -29,7 +29,7 @@ class TQTextDrag;
class KerryLabel : public KURLLabel
{
Q_OBJECT
TQ_OBJECT
public:
KerryLabel (TQWidget* parent = 0L, const char* name = 0L);

@ -27,7 +27,7 @@ typedef bool (*show_callback) (int index, TQWidget* widget, void* data);
class KWidgetListbox : public TQTable
{
Q_OBJECT
TQ_OBJECT
public:
KWidgetListbox(TQWidget *parent = 0, const char *name = 0);

@ -39,7 +39,7 @@ class HitWidget;
class SearchDlg : public HitsLayout, virtual public dcopIface
{
Q_OBJECT
TQ_OBJECT
enum ScopeType {
Everywhere,

Loading…
Cancel
Save