aboutsummaryrefslogtreecommitdiffstats
path: root/include/plainfootnotes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plainfootnotes.h')
-rw-r--r--include/plainfootnotes.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/plainfootnotes.h b/include/plainfootnotes.h
index 41ed3af..3ea18bd 100644
--- a/include/plainfootnotes.h
+++ b/include/plainfootnotes.h
@@ -15,16 +15,18 @@
* *
***************************************************************************/
-/* $Header: /usr/local/cvsroot/sword/include/plainfootnotes.h,v 1.4 2001/12/11 22:35:10 scribe Exp $ */
-/* $Revision: 1.4 $ */
+/* $Header: /usr/local/cvsroot/sword/include/plainfootnotes.h,v 1.5 2002/10/01 19:52:40 dglassey Exp $ */
+/* $Revision: 1.5 $ */
#ifndef PLAINFOOTNOTES_H
#define PLAINFOOTNOTES_H
#include <defs.h>
-class QObject;
#include <swfilter.h>
+
+SWORD_NAMESPACE_START
+
class SWKey;
/**Shows or hides footnotes in plain text.
@@ -59,4 +61,5 @@ public:
}
};
+SWORD_NAMESPACE_END
#endif