Changeset 166 in tspsg-svn for trunk/src/3rdparty/qttoolbardialog-2.2_1-opensource
- Timestamp:
- Apr 15, 2011, 6:47:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.cpp
r165 r166 56 56 #include <QtGui/QPushButton> 57 57 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 58 66 class QtFullToolBarManagerPrivate 59 67 {
Note: See TracChangeset
for help on using the changeset viewer.