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 f1cfa966a..3c223e313 100644 --- a/networkstatus/networkstatusindicator.h +++ b/networkstatus/networkstatusindicator.h @@ -27,16 +27,16 @@ #include <kdemacros.h> #include <networkstatuscommon.h> -class StatusBarNetworkStatusIndicator : public TQHBox +class StatusBarNetworktqStatusIndicator : public TQHBox { Q_OBJECT public: - StatusBarNetworkStatusIndicator( TQWidget * parent, const char * name ); - virtual ~StatusBarNetworkStatusIndicator(); + StatusBarNetworktqStatusIndicator( TQWidget * parent, const char * name ); + virtual ~StatusBarNetworktqStatusIndicator(); void init(); protected slots: - void networkStatusChanged( const TQString & host, NetworkStatus::EnumStatus status ); - void networkStatusChanged( NetworkStatus::EnumStatus status ); + void networktqStatusChanged( const TQString & host, NetworktqStatus::EnumtqStatus status ); + void networktqStatusChanged( NetworktqStatus::EnumtqStatus status ); }; #endif |