summaryrefslogtreecommitdiffstats
path: root/krdc/maindialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/maindialog.h')
-rw-r--r--krdc/maindialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/krdc/maindialog.h b/krdc/maindialog.h
index a9a0dd70..79a3c932 100644
--- a/krdc/maindialog.h
+++ b/krdc/maindialog.h
@@ -28,11 +28,11 @@ class MainDialog : public KDialogBase
{
Q_OBJECT
public:
- MainDialog( QWidget *parent, const char *name=0 );
+ MainDialog( TQWidget *parent, const char *name=0 );
~MainDialog() {}
- void setRemoteHost( const QString & );
- QString remoteHost();
+ void setRemoteHost( const TQString & );
+ TQString remoteHost();
protected slots:
virtual void slotOk();