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
{
Q_OBJECT
TQ_OBJECT
public:
Configure(KNetStats* parent, const InterfaceMap& ifs);

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

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

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

Loading…
Cancel
Save