Changeset 97e90f9be6 in tspsg for src/settingsdialog.h


Ignore:
Timestamp:
Oct 3, 2010, 2:01:00 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
88a59e4d65
Parents:
0007f69c46
git-author:
Oleksii Serdiuk <contacts@…> (10/03/10 14:01:00)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
Message:

+ Added support for Simulator from Nokia Qt SDK

  • Made some Maemo related tweaks
  • Removed ids for unsupported OSs from os.h (i.e., MSDOS, OS/2)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.h

    r0007f69c46 r97e90f9be6  
    5656        QSettings *settings;
    5757        QHBoxLayout *layoutCitiesLimit;
    58 #ifdef Q_OS_WIN32
     58#ifdef Q_WS_WIN32
    5959        QCheckBox *cbUseTranslucency;
    60 #endif // Q_OS_WIN32
     60#endif // Q_WS_WIN32
    6161        QCheckBox *cbCheck4Updates;
    6262        QSpinBox *spinUpdateCheckInterval;
     
    6464        QCheckBox *cbHQGraph;
    6565#endif
    66 #ifdef Q_OS_WINCE_WM
     66#ifdef Q_WS_WINCE_WM
    6767        QRect currentGeometry;
    6868#elif !defined(HANDHELD)
     
    7373
    7474        bool event(QEvent *ev);
    75 #endif // Q_OS_WINCE_WM
     75#endif // Q_WS_WINCE_WM
    7676
    7777private slots:
     
    7979        void buttonColorClicked();
    8080        void buttonFontClicked();
    81 #ifdef Q_OS_WINCE_WM
     81#ifdef Q_WS_WINCE_WM
    8282        void desktopResized(int screen);
    8383        void showEvent(QShowEvent *ev);
    84 #endif // Q_OS_WINCE_WM
     84#endif // Q_WS_WINCE_WM
    8585        void spinRandMinValueChanged(int val);
    8686};
Note: See TracChangeset for help on using the changeset viewer.