From a9360ae6833bd5e95d36e0b62767725a121f4198 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 10 Sep 2021 17:24:58 +0200 Subject: Remove KDE_IS_VERSION definition. Signed-off-by: gregory guy (cherry picked from commit c0822095d4f1706dc80a7b01a77516cd77d6e77d) --- kftpgrabber/src/kftpbookmarkaction.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kftpgrabber/src/kftpbookmarkaction.h') 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 -#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 }; /** -- cgit v1.2.3