From e3eb0c754975c2ef443fe055bb71e575f4976cde Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 03 Jun 2003 17:09:20 +0000 Subject: #ifdef QT_QWS_SHARP --> #ifndef QT_QWS_SIMPAD --- (limited to 'library') diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index 4bc08b3..619b4cb 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -150,9 +150,9 @@ public: // ugly hack, remove that later after finding a sane solution // Addendum: Only Sharp currently has models with high resolution but (physically) small displays, - // so this is only useful if QT_QWS_SHARP is defined. E.g. SIMpad has 800x600 but has + // so this is only useful if QT_QWS_SIMPAD is NOT defined. E.g. SIMpad has 800x600 but has // a (physically) large enough display to use the small icons -#ifdef QT_QWS_SHARP +#ifndef QT_QWS_SIMPAD if ( QPEApplication::desktop() ->width() >= 600 && ( mw->inherits("QMainWindow") || mw->isA("QMainWindow") ) ) { ( ( QMainWindow* ) mw )->setUsesBigPixmaps( true ); } @@ -527,7 +527,7 @@ QPEApplication::QPEApplication( int & argc, char **argv, Type t ) AppLnk::setSmallIconSize( 10 ); AppLnk::setBigIconSize( 28 ); } -#ifdef QT_QWS_SHARP +#ifndef QT_QWS_SIMPAD else if ( dw > 600 ) { setFont( QFont( "vera", 16 ) ); AppLnk::setSmallIconSize( 24 ); -- cgit v0.9.0.2