diff options
Diffstat (limited to 'networkstatus/testservice.h')
-rw-r--r-- | networkstatus/testservice.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/networkstatus/testservice.h b/networkstatus/testservice.h index 202c3e593..65febdca9 100644 --- a/networkstatus/testservice.h +++ b/networkstatus/testservice.h @@ -27,15 +27,15 @@ class ServiceIface_stub; -class TestService : virtual public QObject, ProviderIface +class TestService : virtual public TQObject, ProviderIface { Q_OBJECT public: TestService(); virtual ~TestService(); - int status( const QString & network ); - int establish( const QString & network ); - int shutdown( const QString & network ); + int status( const TQString & network ); + int establish( const TQString & network ); + int shutdown( const TQString & network ); void simulateFailure(); void simulateDisconnect(); protected slots: |