32 #include <tdeapplication.h>
33 #include <tdeparts/mainwindow.h>
34 #include <tdeparts/browserinterface.h>
35 #include <tdeparts/browserextension.h>
36 #include <tdeio/job.h>
38 class TDEActionCollection;
39 class TDEToggleAction;
40 class KSqueezedTextLabel;
45 class StatusbarProgressWidget;
54 class BrowserInterface : public KParts::BrowserInterface
88 virtual void setCaption( const TQString &);
97 void slotClearStatusText();
98 void slotSetStatusBarText( const TQString &c);
130 void connectActionCollection(TDEActionCollection *coll);
132 KParts::BrowserExtension *browserExtension(KParts::ReadOnlyPart *p);
136 void optionsConfigureKeys();
137 void optionsConfigureToolbars();
139 void applyNewToolbarConfig();
142 BrowserInterface *m_browserIface;
145 KPIM::StatusbarProgressWidget *m_progressBar;
146 KSqueezedTextLabel *m_statusLabel;
151 #endif // _AKREGATOR_H_
|