Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 13 years ago
parent 65eb65f3de
commit 1ada2c8d70

@ -45,7 +45,7 @@ typedef TQMap<TQString, KNetStatsView::Options> OptionsMap;
class Configure : public ConfigureBase class Configure : public ConfigureBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
Configure(KNetStats* parent, const InterfaceMap& ifs); Configure(KNetStats* parent, const InterfaceMap& ifs);

@ -37,7 +37,7 @@ class Interface;
class KNetStats : public TQWidget class KNetStats : public TQWidget
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
enum { enum {
IF_DETECTION_INTERVAL = 5000 IF_DETECTION_INTERVAL = 5000

@ -42,7 +42,7 @@ class KNetStats;
class KNetStatsView : public KSystemTray class KNetStatsView : public KSystemTray
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
enum { enum {
HISTORY_SIZE = 50, // Speed history buffer size HISTORY_SIZE = 50, // Speed history buffer size

@ -28,7 +28,7 @@ class KNetStatsView;
class Statistics : public StatisticsBase class Statistics : public StatisticsBase
{ {
Q_OBJECT Q_OBJECT
TQ_OBJECT
public: public:
Statistics( KNetStatsView* parent = 0, const char *name = 0 ); Statistics( KNetStatsView* parent = 0, const char *name = 0 );

Loading…
Cancel
Save