summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/main.cpp
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/gui/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/main.cpp b/noncore/net/wellenreiter/gui/main.cpp
index 4b8d489..3307d49 100644
--- a/noncore/net/wellenreiter/gui/main.cpp
+++ b/noncore/net/wellenreiter/gui/main.cpp
@@ -33,10 +33,11 @@ int main( int argc, char **argv )
33 33
34 e.setCaption( Wellenreiter::tr("Wellenreiter") ); 34 e.setCaption( Wellenreiter::tr("Wellenreiter") );
35#ifdef QWS 35#ifdef QWS
36 a.showMainWidget(&e); 36 a.showMainWidget(&e);
37#else 37#else
38 a.setMainWidget(&e); 38 a.setMainWidget(&e);
39 e.show();
39#endif 40#endif
40 41
41 return a.exec(); 42 return a.exec();
42} 43}