|
|
@ -7,6 +7,11 @@
|
|
|
|
*
|
|
|
|
*
|
|
|
|
**********/
|
|
|
|
**********/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// force to use TQt with STL
|
|
|
|
|
|
|
|
#if defined(TQT_NO_STL)
|
|
|
|
|
|
|
|
# define DISABLE_TQT_NO_STL
|
|
|
|
|
|
|
|
# undef TQT_NO_STL
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "clexiconkeychooser.h"
|
|
|
|
#include "clexiconkeychooser.h"
|
|
|
@ -176,3 +181,9 @@ void CLexiconKeyChooser::setModules( const ListCSwordModuleInfo& modules, const
|
|
|
|
void CLexiconKeyChooser::updateKey(CSwordKey*) {}
|
|
|
|
void CLexiconKeyChooser::updateKey(CSwordKey*) {}
|
|
|
|
|
|
|
|
|
|
|
|
#include "clexiconkeychooser.moc"
|
|
|
|
#include "clexiconkeychooser.moc"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// restore TQT_NO_STL
|
|
|
|
|
|
|
|
#if defined(DISABLE_TQT_NO_STL)
|
|
|
|
|
|
|
|
# undef DISABLE_TQT_NO_STL
|
|
|
|
|
|
|
|
# define TQT_NO_STL
|
|
|
|
|
|
|
|
#endif
|
|
|
|