summaryrefslogtreecommitdiff
path: root/editors/fxite/files/patch-src_fxasq.h
blob: d9032ca7f3ac5841dd33db514546216f75654a0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- src/fxasq.h.orig	2013-10-03 09:22:51 UTC
+++ src/fxasq.h
@@ -17,8 +17,11 @@
   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 */
 
+#ifndef FXASQ_H
+#define FXASQ_H
 
 #include "fxasq_c.h"
+#include "compat.h"
 
 
 class FxAsqWin: public FXObject {
@@ -33,7 +36,7 @@ class FxAsqWin: public FXObject {
     void AppendResult(const char*key, const char*value);
     void PutResults();
   protected:
-    FXDict keylist;
+    Dictionary keylist;
     FXVerticalFrame *userbox;
   public:
 
@@ -55,4 +58,5 @@ class FxAsqWin: public FXObject {
     void Color(    const char*key, const char*value, const char*label);
     void Font(     const char*key, const char*value, const char*label);
 };
+#endif