diff options
Diffstat (limited to 'kdesktop/startupid.cpp')
-rw-r--r-- | kdesktop/startupid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/startupid.cpp b/kdesktop/startupid.cpp index 720dd4bba..fdde3dbde 100644 --- a/kdesktop/startupid.cpp +++ b/kdesktop/startupid.cpp @@ -159,7 +159,7 @@ void StartupId::stop_startupid() static TQPixmap scalePixmap( const TQPixmap& pm, int w, int h ) { -#if QT_VERSION >= 0x030200 +#if TQT_VERSION >= 0x030200 TQPixmap result( 20, 20, pm.depth() ); result.setMask( TQBitmap( 20, 20, true ) ); TQPixmap scaled( pm.convertToImage().smoothScale( w, h ) ); |