22 #ifndef INFOEXTENSION_H
23 #define INFOEXTENSION_H
26 #include <kdemacros.h>
50 InfoExtension( KParts::ReadOnlyPart *parent, const char* name);
54 class InfoExtensionPrivate;
55 InfoExtensionPrivate *d;
58 void textChanged( const TQString& );
59 void iconChanged( const TQPixmap& );
62 #endif // INFOEXTENSION_H
|