-rw-r--r-- | library/widget_showing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/widget_showing.cpp b/library/widget_showing.cpp index ee63759..e43a16a 100644 --- a/library/widget_showing.cpp +++ b/library/widget_showing.cpp | |||
@@ -52,7 +52,7 @@ void QPEApplication::showWidget( QWidget* wg, bool nomax ) { | |||
52 | return; | 52 | return; |
53 | } | 53 | } |
54 | 54 | ||
55 | #ifndef OPIE_NO_WINDOWED | 55 | #ifdef OPIE_NO_WINDOWED |
56 | Q_UNUSED( nomax ) | 56 | Q_UNUSED( nomax ) |
57 | if ( TRUE ) { | 57 | if ( TRUE ) { |
58 | #else | 58 | #else |