summaryrefslogtreecommitdiffabout
path: root/korganizer/mainwindow.h
Unidiff
Diffstat (limited to 'korganizer/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/mainwindow.h b/korganizer/mainwindow.h
index ee4aaa6..a681f42 100644
--- a/korganizer/mainwindow.h
+++ b/korganizer/mainwindow.h
@@ -32,48 +32,49 @@ class MainWindow : public QMainWindow
32 ~MainWindow(); 32 ~MainWindow();
33 public slots: 33 public slots:
34 void configureAgenda( int ); 34 void configureAgenda( int );
35 void recieve( const QCString& msg, const QByteArray& data ); 35 void recieve( const QCString& msg, const QByteArray& data );
36 static QString defaultFileName(); 36 static QString defaultFileName();
37 static QString resourcePath(); 37 static QString resourcePath();
38 protected slots: 38 protected slots:
39 void setCaptionToDates(); 39 void setCaptionToDates();
40 int ringSync(); 40 int ringSync();
41 void multiSync( bool askforPrefs = false ); 41 void multiSync( bool askforPrefs = false );
42 void about(); 42 void about();
43 void faq(); 43 void faq();
44 void usertrans(); 44 void usertrans();
45 void features(); 45 void features();
46 void synchowto(); 46 void synchowto();
47 void whatsNew(); 47 void whatsNew();
48 void keyBindings(); 48 void keyBindings();
49 void aboutAutoSaving();; 49 void aboutAutoSaving();;
50 void aboutKnownBugs(); 50 void aboutKnownBugs();
51 51
52 void processIncidenceSelection( Incidence * ); 52 void processIncidenceSelection( Incidence * );
53 53
54 void importQtopia(); 54 void importQtopia();
55 void importBday(); 55 void importBday();
56 void importOL();
56 void importIcal(); 57 void importIcal();
57 void importFile( QString, bool ); 58 void importFile( QString, bool );
58 void quickImportIcal(); 59 void quickImportIcal();
59 60
60 void slotModifiedChanged( bool ); 61 void slotModifiedChanged( bool );
61 62
62 void save(); 63 void save();
63 void configureToolBar( int ); 64 void configureToolBar( int );
64 void printSel(); 65 void printSel();
65 void printCal(); 66 void printCal();
66 void saveCalendar(); 67 void saveCalendar();
67 void loadCalendar(); 68 void loadCalendar();
68 void exportVCalendar(); 69 void exportVCalendar();
69 70
70 void slotSyncMenu( int ); 71 void slotSyncMenu( int );
71 void syncSSH(); 72 void syncSSH();
72 void confSync(); 73 void confSync();
73 void syncSharp(); 74 void syncSharp();
74 void syncLocalFile(); 75 void syncLocalFile();
75 bool syncWithFile( QString, bool ); 76 bool syncWithFile( QString, bool );
76 void quickSyncLocalFile(); 77 void quickSyncLocalFile();
77 78
78 79
79 protected: 80 protected: