Changeset 166 in tspsg-svn


Ignore:
Timestamp:
Apr 15, 2011, 6:47:47 AM (13 years ago)
Author:
laleppa
Message:

Last commit (r165) broke compilation with disabled PCH. Fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.cpp

    r165 r166  
    5656#include <QtGui/QPushButton>
    5757
     58#ifndef GET_ICON
     59#   if QT_VERSION >= 0x040600
     60#       define GET_ICON(x) QIcon::fromTheme(x, QIcon(":/images/icons/128x128/"x".png"))
     61#   else
     62#       define GET_ICON(x) QIcon(":/images/icons/128x128/"x".png")
     63#   endif
     64#endif
     65
    5866class QtFullToolBarManagerPrivate
    5967{
Note: See TracChangeset for help on using the changeset viewer.