21 #ifndef SIDEBAREXTENSION_H
22 #define SIDEBAREXTENSION_H
25 #include <kdemacros.h>
52 SideBarExtension(TQWidget *exported, KParts::ReadOnlyPart *parent, const char* name);
58 TQWidget* widget() const { return m_exported; }
63 class SideBarExtensionPrivate;
64 SideBarExtensionPrivate *d;
67 #endif // SIDEBAREXTENSION_H
|