ossp-pkg/as/as-gui/as_gui.h 1.15 -> 1.16
--- as_gui.h 2002/11/20 11:06:32 1.15
+++ as_gui.h 2002/11/21 15:37:08 1.16
@@ -64,9 +64,9 @@
void delEntry(void); // Delete a task entry from the list
void writeEntry(void); // Write the task list to a filedescriptor
void newDoc(void); // Make and display a new document window
- void choose(void); // Choose a file using a handy file dialog
- void load(const QString &); // Load accounting data into main window
- void save(void); // Serialize to the current file
+ void chooseFile(void); // Choose a file using a handy file dialog
+ void loadData(const QString &); // Load accounting data into main window
+ void saveFile(void); // Serialize to the current file
void saveAs(void); // Serialize to a selected file
void helpContents(void); // Use the help contents
void aboutTitraq(void); // Learn more about this program itself
|
|