From b09d76574ca6d2ebafca0640ea36c3b785e7f3a3 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 14 Jul 2004 08:38:10 +0000 Subject: fix opie build --- (limited to 'noncore/apps/zsafe') diff --git a/noncore/apps/zsafe/zsafe.cpp b/noncore/apps/zsafe/zsafe.cpp index 41c572a..1c15852 100644 --- a/noncore/apps/zsafe/zsafe.cpp +++ b/noncore/apps/zsafe/zsafe.cpp @@ -803,8 +803,8 @@ void ZSafe::editPwd() #else dialog->showMaximized(); #endif - int result = dialog->exec(); #ifdef DESKTOP + int result = dialog->exec(); // result = QDialog::Accepted; #endif if (result == Accepted) -- cgit v0.9.0.2