summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/quickconnect.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:27:17 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:27:17 -0500
commit883a1fc629f00e9a41efad8514afd1ccf259d8c2 (patch)
tree53191c33748f9cd949a2eb86a64fbedc86c5ac75 /kftpgrabber/src/widgets/quickconnect.h
parent1385303ea163214e30825730ac0fbcc27f9634aa (diff)
downloadkftpgrabber-883a1fc629f00e9a41efad8514afd1ccf259d8c2.tar.gz
kftpgrabber-883a1fc629f00e9a41efad8514afd1ccf259d8c2.zip
Convert to TDE R14 API
Diffstat (limited to 'kftpgrabber/src/widgets/quickconnect.h')
-rw-r--r--kftpgrabber/src/widgets/quickconnect.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kftpgrabber/src/widgets/quickconnect.h b/kftpgrabber/src/widgets/quickconnect.h
index ad88212..86eef44 100644
--- a/kftpgrabber/src/widgets/quickconnect.h
+++ b/kftpgrabber/src/widgets/quickconnect.h
@@ -39,7 +39,7 @@
#include "kftpquickconnectlayout.h"
-#include <qmap.h>
+#include <ntqmap.h>
#include <kdialogbase.h>
#include <kurl.h>
@@ -61,7 +61,7 @@ class QuickConnectDialog : public KDialogBase
{
Q_OBJECT
public:
- QuickConnectDialog(QWidget *parent = 0, const char *name = 0);
+ QuickConnectDialog(TQWidget *parent = 0, const char *name = 0);
~QuickConnectDialog();
/**
@@ -83,7 +83,7 @@ public:
*
* @return currently set TLS operation mode
*/
- QChar getTLSMode();
+ TQChar getTLSMode();
/**
* Is the "use custom X509 certificate" checked or not.
@@ -97,14 +97,14 @@ public:
*
* @return path to the user's X509 certificate for this connection
*/
- QString getCertPath();
+ TQString getCertPath();
/**
* Set the destination server's hostname.
*
* @param host destination server's hostname
*/
- void setHost(const QString &host);
+ void setHost(const TQString &host);
/**
* Set the destination server's port.
@@ -141,12 +141,12 @@ private:
bool m_portChanged;
- QMap<int, KURL> m_recentSites;
+ TQMap<int, KURL> m_recentSites;
private slots:
virtual void slotOk();
- void slotUrlChanged(const QString &);
- void slotHostChanged(const QString&);
+ void slotUrlChanged(const TQString &);
+ void slotHostChanged(const TQString&);
void slotPortChanged(int);
void slotUserChanged();
void slotPassChanged();