summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/kftpbookmarkaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/kftpbookmarkaction.h')
-rw-r--r--kftpgrabber/src/kftpbookmarkaction.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/kftpgrabber/src/kftpbookmarkaction.h b/kftpgrabber/src/kftpbookmarkaction.h
index 02caafc..d8cac7b 100644
--- a/kftpgrabber/src/kftpbookmarkaction.h
+++ b/kftpgrabber/src/kftpbookmarkaction.h
@@ -42,9 +42,7 @@
#include <tqdom.h>
-#if KDE_IS_VERSION(3,4,0)
#include "kftpzeroconf.h"
-#endif
namespace KFTPBookmarks {
class Site;
@@ -79,13 +77,10 @@ class KFTPZeroconfAction : public TDEAction
Q_OBJECT
public:
KFTPZeroconfAction(const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name = 0);
-
-#if KDE_IS_VERSION(3,4,0)
void setSite(DNSSD::RemoteService::Ptr service);
DNSSD::RemoteService::Ptr getSite() { return m_service; }
private:
DNSSD::RemoteService::Ptr m_service;
-#endif
};
/**