QTfrontend/hwconsts.h
changeset 13344 450e37b2b4d4
parent 13309 5ac2bdefa173
child 13491 4ef83bcb850b
equal deleted inserted replaced
13343:0b12b0d0d12c 13344:450e37b2b4d4
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    17  */
    17  */
    18 
    18 
    19 #if !defined(TARGET_OS_IPHONE)
    19 #if !(TARGET_OS_IPHONE)
    20 #include <QString>
    20 #include <QString>
    21 #include <QDir>
    21 #include <QDir>
    22 #include <QStringList>
    22 #include <QStringList>
    23 #include <QPair>
    23 #include <QPair>
    24 
    24