diff options
Diffstat (limited to 'lib/kpilotlocallink.h')
-rw-r--r-- | lib/kpilotlocallink.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/kpilotlocallink.h b/lib/kpilotlocallink.h index ca37bb5..99df9b9 100644 --- a/lib/kpilotlocallink.h +++ b/lib/kpilotlocallink.h @@ -43,8 +43,9 @@ class KDE_EXPORT KPilotLocalLink : public KPilotLink { Q_OBJECT + TQ_OBJECT public: - KPilotLocalLink( TQObject *parent=0L, const char *name=0L ); + KPilotLocalLink( TQObject *tqparent=0L, const char *name=0L ); virtual ~KPilotLocalLink(); virtual TQString statusString() const; |