00001 00002 /* 00003 * 00004 * Copyright (c) 2005-2009 Instigate cjsc, Yerevan, Armenia. 00005 * All rights reserved. 00006 * 00007 */ 00008 00009 #ifndef INSTIGATE_TOOLKIT_UTILITIES 00010 #define INSTIGATE_TOOLKIT_UTILITIES 00011 00012 // Headers from this project 00013 00014 // Headers from other projects 00015 00016 // Headers from standard libraries 00017 #include <string> 00018 00019 // forward declaration 00020 00021 namespace instigate { 00022 namespace toolkit { 00023 namespace utilities { 00024 std::string convert_to_qt_mnemonics( 00025 const std::string&) throw(); 00026 } 00027 } 00028 } 00029 #endif // INSTIGATE_TOOLKIT_UTILITIES