Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 10 months ago
parent 1648ae32d2
commit e18aea39eb
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

@ -36,7 +36,7 @@ class Interface;
class KNetStats : public TQWidget class KNetStats : public TQWidget
{ {
Q_OBJECT TQ_OBJECT
enum { enum {

@ -42,7 +42,7 @@ class KNetStats;
*/ */
class KNetStatsView : public KSystemTray class KNetStatsView : public KSystemTray
{ {
Q_OBJECT TQ_OBJECT
enum { enum {

@ -28,7 +28,7 @@ class KNetStatsView;
class Statistics : public StatisticsBase class Statistics : public StatisticsBase
{ {
Q_OBJECT TQ_OBJECT
public: public:

Loading…
Cancel
Save