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 86 void setupProgressWidgets(); 88 virtual void setCaption( const TQString &); 97 void slotClearStatusText(); 98 void slotSetStatusBarText( const TQString &c); 105 void saveProperties(TDEConfig *); 112 void readProperties(TDEConfig *); 116 virtual bool queryExit(); 121 virtual bool queryClose(); 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_
This is a RSS Aggregator "Part".
This is the application "Shell".
|