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_
virtual bool queryClose()
Reimplemented to say if app will be running in system tray if necessary.
void saveProperties(TDEConfig *)
This method is called when it is time for the app to save its properties for session management purpo...
This is the application "Shell".
bool loadPart()
Loads the part.
This is a RSS Aggregator "Part".
void setupProgressWidgets()
Creates the progress widget in the status bar and the ProgressDialog and connects them.
void readProperties(TDEConfig *)
This method is called when this app is restored.
virtual bool queryExit()
Reimplemented to save settings.