summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/kftpwalletconnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/kftpwalletconnection.h')
-rw-r--r--kftpgrabber/src/misc/kftpwalletconnection.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kftpgrabber/src/misc/kftpwalletconnection.h b/kftpgrabber/src/misc/kftpwalletconnection.h
index 782d0d3..34e5a4f 100644
--- a/kftpgrabber/src/misc/kftpwalletconnection.h
+++ b/kftpgrabber/src/misc/kftpwalletconnection.h
@@ -36,25 +36,25 @@
#ifndef KFTPWALLETCONNECTION_H
#define KFTPWALLETCONNECTION_H
-#include <kwallet.h>
-#include <qobject.h>
+#include <tdewallet.h>
+#include <ntqobject.h>
/**
Enables communication of KFTPGrabber with KDE's wallet system (KWallet)
@author Jernej Kos
*/
-class KFTPWalletConnection : public QObject
+class KFTPWalletConnection : public TQObject
{
Q_OBJECT
public:
KFTPWalletConnection();
~KFTPWalletConnection();
- QValueList<KURL> getSiteList();
+ TQValueList<KURL> getSiteList();
- QString getPassword(const QString &whatFor);
- void setPassword(const QString &whatFor, const QString &password);
+ TQString getPassword(const TQString &whatFor);
+ void setPassword(const TQString &whatFor, const TQString &password);
static KFTPWalletConnection *getInstance();
private: