summaryrefslogtreecommitdiffstats
path: root/krfb/krfb/connectiondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/krfb/connectiondialog.h')
-rw-r--r--krfb/krfb/connectiondialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krfb/krfb/connectiondialog.h b/krfb/krfb/connectiondialog.h
index c110d6db..c5f7e589 100644
--- a/krfb/krfb/connectiondialog.h
+++ b/krfb/krfb/connectiondialog.h
@@ -29,10 +29,10 @@ class ConnectionDialog : public KDialogBase
Q_OBJECT
public:
- ConnectionDialog( QWidget *parent, const char *name );
+ ConnectionDialog( TQWidget *parent, const char *name );
~ConnectionDialog() {};
- void setRemoteHost( const QString &host );
+ void setRemoteHost( const TQString &host );
void setAllowRemoteControl( bool b );
bool allowRemoteControl();