summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/kftpzeroconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/kftpzeroconf.h')
-rw-r--r--kftpgrabber/src/misc/kftpzeroconf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/kftpgrabber/src/misc/kftpzeroconf.h b/kftpgrabber/src/misc/kftpzeroconf.h
index 425fb7e..6628706 100644
--- a/kftpgrabber/src/misc/kftpzeroconf.h
+++ b/kftpgrabber/src/misc/kftpzeroconf.h
@@ -40,9 +40,7 @@
#include <tdeversion.h>
-#if KDE_IS_VERSION(3,4,0)
#include <dnssd/servicebrowser.h>
-#endif
/**
* This class provides an interface to TDEDNSSD (that is available from KDE 3.4).
@@ -55,12 +53,9 @@ Q_OBJECT
public:
KFTPZeroConf(TQObject *parent = 0, const char *name = 0);
~KFTPZeroConf();
-
-#if KDE_IS_VERSION(3,4,0)
const TQValueList<DNSSD::RemoteService::Ptr> &getServiceList() const;
private:
DNSSD::ServiceBrowser *m_browser;
-#endif
private slots:
void slotServiceChanged();
signals: