summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/kftpzeroconf.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/misc/kftpzeroconf.h
parent1385303ea163214e30825730ac0fbcc27f9634aa (diff)
downloadkftpgrabber-883a1fc629f00e9a41efad8514afd1ccf259d8c2.tar.gz
kftpgrabber-883a1fc629f00e9a41efad8514afd1ccf259d8c2.zip
Convert to TDE R14 API
Diffstat (limited to 'kftpgrabber/src/misc/kftpzeroconf.h')
-rw-r--r--kftpgrabber/src/misc/kftpzeroconf.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kftpgrabber/src/misc/kftpzeroconf.h b/kftpgrabber/src/misc/kftpzeroconf.h
index 68c9ca2..36ad946 100644
--- a/kftpgrabber/src/misc/kftpzeroconf.h
+++ b/kftpgrabber/src/misc/kftpzeroconf.h
@@ -36,9 +36,9 @@
#ifndef KFTPZEROCONF_H
#define KFTPZEROCONF_H
-#include <qobject.h>
+#include <ntqobject.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#if KDE_IS_VERSION(3,4,0)
#include <dnssd/servicebrowser.h>
@@ -49,15 +49,15 @@
*
* @author Jernej Kos
*/
-class KFTPZeroConf : public QObject
+class KFTPZeroConf : public TQObject
{
Q_OBJECT
public:
- KFTPZeroConf(QObject *parent = 0, const char *name = 0);
+ KFTPZeroConf(TQObject *parent = 0, const char *name = 0);
~KFTPZeroConf();
#if KDE_IS_VERSION(3,4,0)
- const QValueList<DNSSD::RemoteService::Ptr> &getServiceList() const;
+ const TQValueList<DNSSD::RemoteService::Ptr> &getServiceList() const;
private:
DNSSD::ServiceBrowser *m_browser;
#endif