┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorDawit Alemayehu <[email protected]>2012-09-12 15:54:37 -0400
committerDawit Alemayehu <[email protected]>2012-09-15 14:41:06 -0400
commit399c4b22ea9947047c7d2777d7f361df6b5e9636 (patch)
treef8bbba41409c143f7b9a70f54307ca8218e66e44 /src/dolphinpart.h
parent186141f4d377cf27485f4fb4bd3286a578e7cbc1 (diff)
Corrected the compile fix commit, rev 965fc6b3.
(cherry picked from commit 1e45cb9019e08ca574a997f2e41da5e3e47928b4)
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h36
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 */