Changeset 89e5214692 in tspsg for src/settingsdialog.h


Ignore:
Timestamp:
Sep 12, 2012, 6:50:04 PM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
197f54a2b9
Parents:
f48433245d
Message:

Replaced all Q_WS_xxx with Q_OS_xxx ifdefs where possible.

This is needed for compatibility with Qt 5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.h

    rf48433245d r89e5214692  
    6464    QCheckBox *cbHQGraph;
    6565#endif
    66 #ifdef Q_WS_WINCE_WM
     66#ifdef Q_OS_WINCE_WM
    6767    QRect currentGeometry;
    6868#elif !defined(HANDHELD)
     
    7575    bool event(QEvent *ev);
    7676#endif // QT_NO_STATUSTIP
    77 #endif // Q_WS_WINCE_WM
     77#endif // Q_OS_WINCE_WM
    7878
    7979    void pickColor(QColor &where);
     
    8888//    void buttonBgColorClicked();
    8989    void buttonFontClicked();
    90 #ifdef Q_WS_WINCE_WM
     90#ifdef Q_OS_WINCE_WM
    9191    void desktopResized(int screen);
    9292    void showEvent(QShowEvent *ev);
    93 #endif // Q_WS_WINCE_WM
     93#endif // Q_OS_WINCE_WM
    9494    void spinRandMinValueChanged(int val);
    9595};
Note: See TracChangeset for help on using the changeset viewer.