00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039 #ifdef Q_OS_WIN32
00040
00041 #ifdef TECASHREGISTERBASE_H
00042 #ifndef TECASHREGISTER_BASE_EXPORTED
00043 #define TECASHREGISTER_BASE_EXPORTED
00044 LIB_TEMPLATE_EXTERN template class LIB_EXPORT QDict <QVariant>;
00045 LIB_TEMPLATE_EXTERN template class LIB_EXPORT QValueList <PurchaseInfo>;
00046 LIB_TEMPLATE_EXTERN template class LIB_EXPORT QMap <int, double>;
00047 #endif
00048 #endif
00049
00050 #ifdef TESCANNER_BASE_H
00051 #ifndef TESCANNER_BASE_EXPORTED
00052 #define TESCANNER_BASE_EXPORTED
00053 TEMPLATE_EXTERN template class LIB_DLLIMPORT QValueList<QString>;
00054 #endif
00055 #endif
00056
00057 #ifdef QGETOPT_H
00058 #ifndef GETOPT_EXPORTED
00059 #define GETOPT_EXPORTED
00060 LIB_TEMPLATE_EXTERN template class LIB_EXPORT QValueList<GetOpt::Option>;
00061 #endif
00062 #endif
00063
00064 #ifdef PREFERENCES_H
00065 #ifndef PREF_EXPORTED
00066 #define PREF_EXPORTED
00067 LIB_TEMPLATE_EXTERN template class LIB_EXPORT QMap<QString, Preferences::PrefMap>;
00068 #endif
00069 #endif
00070
00071 #ifdef TEINIFILE_H
00072 #ifndef TDATAFILE_EXPORTED
00073 #define TDATAFILE_EXPORTED
00074 LIB_TEMPLATE_EXTERN template class LIB_EXPORT QMap<QString, type_ValueList>;
00075 LIB_TEMPLATE_EXTERN template class LIB_EXPORT QMapIterator<QString, type_ValueList>;
00076 #endif
00077 #endif
00078
00079 #ifdef TEBASE_H
00080 #ifndef TEBASE_EXPORTED
00081 #define TEBASE_EXPORTED
00082 LIB_TEMPLATE_EXTERN template class LIB_DLLIMPORT QValueList<int>;
00083 #endif
00084 #endif
00085
00086 #endif