Switch to unified view
a/src/qtgui/guiutils.h | b/src/qtgui/guiutils.h | ||
---|---|---|---|
... |
... |
||
24 | #include <qstring.h> |
24 | #include <qstring.h> |
25 | #include <qstringlist.h> |
25 | #include <qstringlist.h> |
26 | 26 | ||
27 | #include "dynconf.h" |
27 | #include "dynconf.h" |
28 | extern RclDynConf *g_dynconf; |
28 | extern RclDynConf *g_dynconf; |
29 | |||
30 | #include "advshist.h" |
||
31 | extern AdvSearchHist *g_advshistory; |
||
29 | 32 | ||
30 | #ifndef NO_NAMESPACES |
33 | #ifndef NO_NAMESPACES |
31 | using std::string; |
34 | using std::string; |
32 | using std::list; |
35 | using std::list; |
33 | using std::vector; |
36 | using std::vector; |