From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksysguard/gui/ksgrd/HostConnector.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'ksysguard/gui/ksgrd/HostConnector.h') diff --git a/ksysguard/gui/ksgrd/HostConnector.h b/ksysguard/gui/ksgrd/HostConnector.h index eadf728cd..12893ff08 100644 --- a/ksysguard/gui/ksgrd/HostConnector.h +++ b/ksysguard/gui/ksgrd/HostConnector.h @@ -34,19 +34,19 @@ class HostConnector : public KDialogBase Q_OBJECT public: - HostConnector( QWidget *parent, const char *name = 0 ); + HostConnector( TQWidget *parent, const char *name = 0 ); ~HostConnector(); - void setHostNames( const QStringList &list ); - QStringList hostNames() const; + void setHostNames( const TQStringList &list ); + TQStringList hostNames() const; - void setCommands( const QStringList &list ); - QStringList commands() const; + void setCommands( const TQStringList &list ); + TQStringList commands() const; - void setCurrentHostName( const QString &hostName ); + void setCurrentHostName( const TQString &hostName ); - QString currentHostName() const; - QString currentCommand() const; + TQString currentHostName() const; + TQString currentCommand() const; int port() const; bool useSsh() const; @@ -56,19 +56,19 @@ class HostConnector : public KDialogBase protected slots: virtual void slotHelp(); - void slotHostNameChanged( const QString &_text ); + void slotHostNameChanged( const TQString &_text ); private: KComboBox *mCommands; KComboBox *mHostNames; - QLabel *mHostNameLabel; + TQLabel *mHostNameLabel; - QRadioButton *mUseSsh; - QRadioButton *mUseRsh; - QRadioButton *mUseDaemon; - QRadioButton *mUseCustom; + TQRadioButton *mUseSsh; + TQRadioButton *mUseRsh; + TQRadioButton *mUseDaemon; + TQRadioButton *mUseCustom; - QSpinBox *mPort; + TQSpinBox *mPort; }; #endif -- cgit v1.2.3