@ -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
enum {
IF_DETECTION_INTERVAL = 5000
@ -42,7 +42,7 @@ class KNetStats;
class KNetStatsView : public KSystemTray
HISTORY_SIZE = 50, // Speed history buffer size
@ -28,7 +28,7 @@ class KNetStatsView;
class Statistics : public StatisticsBase
Statistics( KNetStatsView* parent = 0, const char *name = 0 );