author | llornkcor <llornkcor> | 2002-03-24 15:39:37 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-03-24 15:39:37 (UTC) |
commit | 0003cbb436fc3d254e2c45aa1d65aee439d322f6 (patch) (side-by-side diff) | |
tree | 86b183141d35295a343f3a17ebb4524ef7fffe3f | |
parent | 0df992b84871ca9786a3ce0cc40defd8b6bc0dfd (diff) | |
download | opie-0003cbb436fc3d254e2c45aa1d65aee439d322f6.zip opie-0003cbb436fc3d254e2c45aa1d65aee439d322f6.tar.gz opie-0003cbb436fc3d254e2c45aa1d65aee439d322f6.tar.bz2 |
cleared developers define
-rw-r--r-- | noncore/net/opieftp/opieftp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp index d74c55b..4722d70 100644 --- a/noncore/net/opieftp/opieftp.cpp +++ b/noncore/net/opieftp/opieftp.cpp @@ -6,13 +6,13 @@ email : ljp@llornkcor.com * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * ***************************************************************************/ -#define DEVELOPERS_VERSION +//#define DEVELOPERS_VERSION #include "opieftp.h" #include "ftplib.h" #include "inputDialog.h" #include <qpe/qpemenubar.h> |