26 // checking for a key that doesn't exist puts it into the map |
26 // checking for a key that doesn't exist puts it into the map |
27 // then it gets written out if dirty, possibly corrupting the file |
27 // then it gets written out if dirty, possibly corrupting the file |
28 |
28 |
29 // TODO: Fix up error reporting |
29 // TODO: Fix up error reporting |
30 |
30 |
31 #define QT3_SUPPORT |
|
32 |
|
33 #include <Qt/qdom.h> |
31 #include <Qt/qdom.h> |
34 #include <qfile.h> |
32 #include <qfile.h> |
35 #include <qtextstream.h> |
33 #include <qtextstream.h> |
36 |
34 |
37 #include "as_pref.h" |
35 #include "as_pref.h" |