summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/kftpbookmarkaction.h
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-09-10 17:24:58 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-09-17 10:06:44 +0900
commita9360ae6833bd5e95d36e0b62767725a121f4198 (patch)
treeea4ebeb16b66f2a3515fcb600c9d01bf4bd7c469 /kftpgrabber/src/kftpbookmarkaction.h
parentd2a45e163c720ada08ffee4444f5833cf89d1c75 (diff)
downloadkftpgrabber-a9360ae6833bd5e95d36e0b62767725a121f4198.tar.gz
kftpgrabber-a9360ae6833bd5e95d36e0b62767725a121f4198.zip
Remove KDE_IS_VERSION definition.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit c0822095d4f1706dc80a7b01a77516cd77d6e77d)
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
};
/**