36 #include <korganizer/mainwindow.h>
37 #include <korganizer/part.h>
38 #include <tdeparts/mainwindow.h>
41 class TDERecentFilesAction;
43 class TDEToggleAction;
55 typedef KParts::MainWindow KPartsMainWindow;
77 void init( bool hasDocument );
87 bool openURL( const KURL &url, bool merge = false );
91 bool saveAsURL( const KURL & kurl );
93 KURL getCurrentURL() const;
99 virtual bool isCurrentlyActivePart();
103 void showStatusMessage( const TQString & );
113 void writeSettings();
115 void statusBarPressed( int );
120 void newMainWindow( const KURL & );
131 void saveProperties( TDEConfig * );
132 void readProperties( TDEConfig * );
136 KOrg::Part::List mParts;
139 enum { ID_HISTORY, ID_GENERAL, ID_ACTIVE, ID_MESSAGES_IN, ID_MESSAGES_OUT };
|