summaryrefslogtreecommitdiff
path: root/fluid/app/history.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/app/history.cxx')
-rw-r--r--fluid/app/history.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/app/history.cxx b/fluid/app/history.cxx
index 91b2f0b99..3b252598d 100644
--- a/fluid/app/history.cxx
+++ b/fluid/app/history.cxx
@@ -22,7 +22,7 @@
#include "../src/flstring.h"
-fld::app::History::History() {
+History::History() {
int i, j;
for (i = 0; i < 10; i++) {
for (j = 0; j < FL_PATH_MAX; j++) {
@@ -40,7 +40,7 @@ fld::app::History::History() {
It also computes and stores the relative filepaths for display in
the main menu.
*/
-void fld::app::History::load() {
+void History::load() {
int i;
int max_files;
@@ -71,7 +71,7 @@ void fld::app::History::load() {
\param[in] project_file path and filename of .fl project file, will be
converted into an absolute file path based on the current working directory.
*/
-void fld::app::History::update(const char *project_file) {
+void History::update(const char *project_file) {
int i;
int max_files;