diff options
Diffstat (limited to 'networkstatus/networkstatusindicator.h')
-rw-r--r-- | networkstatus/networkstatusindicator.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/networkstatus/networkstatusindicator.h b/networkstatus/networkstatusindicator.h index 3c223e313..f1cfa966a 100644 --- a/networkstatus/networkstatusindicator.h +++ b/networkstatus/networkstatusindicator.h @@ -27,16 +27,16 @@ #include <kdemacros.h> #include <networkstatuscommon.h> -class StatusBarNetworktqStatusIndicator : public TQHBox +class StatusBarNetworkStatusIndicator : public TQHBox { Q_OBJECT public: - StatusBarNetworktqStatusIndicator( TQWidget * parent, const char * name ); - virtual ~StatusBarNetworktqStatusIndicator(); + StatusBarNetworkStatusIndicator( TQWidget * parent, const char * name ); + virtual ~StatusBarNetworkStatusIndicator(); void init(); protected slots: - void networktqStatusChanged( const TQString & host, NetworktqStatus::EnumtqStatus status ); - void networktqStatusChanged( NetworktqStatus::EnumtqStatus status ); + void networkStatusChanged( const TQString & host, NetworkStatus::EnumStatus status ); + void networkStatusChanged( NetworkStatus::EnumStatus status ); }; #endif |