-rw-r--r-- | library/qpeapplication.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/library/qpeapplication.h b/library/qpeapplication.h index 770ea23..343e0b9 100644 --- a/library/qpeapplication.h +++ b/library/qpeapplication.h @@ -115,2 +115,5 @@ private slots: +private: + inline QWidget *nextWidget( QWidgetList*, QWidget* ); + protected: @@ -195,3 +198,3 @@ inline void QPEApplication::setCurrentRotation( int r ) Transformation e = DegToTrans( r ); - setenv( "QWS_DISPLAY", QString( "Transformed:Rot%1:0" ).arg( r ).latin1(), 1 ); + ::setenv( "QWS_DISPLAY", QString( "Transformed:Rot%1:0" ).arg( r ).latin1(), 1 ); qApp->desktop()->qwsDisplay()->setTransformation( e ); |