1
#ifndef KONQSIDEBAR_OLDTREEMODULE_H
2
#define KONQSIDEBAR_OLDTREEMODULE_H
4
#include <konqsidebarplugin.h>
8
class KonqSidebarOldTreeModule : public KonqSidebarModule
12
KonqSidebarOldTreeModule(const KComponentData &componentData, QWidget *parent,
13
const QString &desktopName_, const KConfigGroup& configGroup);
14
~KonqSidebarOldTreeModule();
15
virtual QWidget *getWidget();
21
void pasteToSelection();
25
KonqSidebarTree *tree;
26
virtual void handleURL(const KUrl &url);
29
#endif // KONQSIDEBAR_TREEMODULE_H