From 57918323f3b2e1377d9cf97ed6466e31b260d24a Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 14 Dec 2002 18:30:49 +0000 Subject: - support compilation for Qt/X11 --- (limited to 'noncore/net/wellenreiter/gui/main.cpp') 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 @@ -36,6 +36,7 @@ int main( int argc, char **argv ) a.showMainWidget(&e); #else a.setMainWidget(&e); + e.show(); #endif return a.exec(); -- cgit v0.9.0.2