diff options
| author | Dawit Alemayehu <[email protected]> | 2012-09-12 15:54:37 -0400 |
|---|---|---|
| committer | Dawit Alemayehu <[email protected]> | 2012-09-15 13:44:54 -0400 |
| commit | 0b918c3f825c35e83b5208c5fbfef8d20a0725a8 (patch) | |
| tree | ac5be9b4138d3e1425643ad026827124332f8c1a /src/dolphinpart.h | |
| parent | fa255857a05f1408fe1e1df8bc7c377a3058f655 (diff) | |
Corrected the compile fix commit, rev 965fc6b3.
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 0895686b8..e5693b363 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -20,16 +20,10 @@ #ifndef DOLPHINPART_H #define DOLPHINPART_H -#include <kdeversion.h> - #include <kparts/part.h> #include <kparts/browserextension.h> #include <kparts/fileinfoextension.h> -#if KDE_IS_VERSION(4, 9, 2) -#include <kparts/listingextension.h> -#endif - #include <QItemSelectionModel> class KNewFileMenu; @@ -287,34 +281,4 @@ protected: DolphinPart* part() const; }; -#if KDE_IS_VERSION(4, 9, 2) -class DolphinPartListingFilterExtension : public KParts::ListingFilterExtension -{ - Q_OBJECT - -public: - DolphinPartListingFilterExtension (DolphinPart* part); - virtual FilterModes supportedFilterModes() const; - virtual bool supportsMultipleFilters (FilterMode mode) const; - virtual QVariant filter (FilterMode mode) const; - virtual void setFilter (FilterMode mode, const QVariant& filter); - -private: - DolphinPart* m_part; -}; - -class DolphinPartListingNotificationExtension : public KParts::ListingNotificationExtension -{ - Q_OBJECT - -public: - DolphinPartListingNotificationExtension(DolphinPart* part); - virtual NotificationEventTypes supportedNotificationEventTypes() const; - -public Q_SLOTS: - void slotNewItems(const KFileItemList&); - void slotItemsDeleted(const KFileItemList&); -}; -#endif - #endif /* DOLPHINPART_H */ |
