Changeset 141 in tspsg-svn for trunk/src/defaults.h


Ignore:
Timestamp:
Oct 3, 2010, 2:01:00 PM (14 years ago)
Author:
laleppa
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
  • trunk/src/defaults.h

    r139 r141  
    4242 * \brief Default for "Use native file dialog".
    4343 */
    44 #ifdef Q_OS_WINCE_WM
     44#ifdef Q_WS_WINCE_WM
    4545        #define DEF_USE_NATIVE_DIALOGS false
    4646#else
    4747        #define DEF_USE_NATIVE_DIALOGS true
    48 #endif // Q_OS_WINCE
     48#endif // Q_WS_WINCE_WM
    4949//! Default for "Save main window state and position"
    5050#define DEF_SAVEPOS true
     
    9191 * \brief Default font size
    9292 */
    93 #ifdef Q_OS_SYMBIAN
     93#ifdef Q_WS_S60
    9494        #define DEF_FONT_SIZE 8
    9595#else
    9696        #define DEF_FONT_SIZE 10
    97 #endif // Q_OS_SYMBIAN
     97#endif // Q_WS_S60
    9898//! Default text color
    9999#define DEF_TEXT_COLOR QPalette().color(QPalette::Text)
Note: See TracChangeset for help on using the changeset viewer.