From 3e450bfc664c55e1e185953ba47e83f2b981ee68 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Tue, 12 Mar 2002 01:17:36 +0000 Subject: added opieftp- the opief tp client --- (limited to 'noncore/net/opieftp/main.cpp') diff --git a/noncore/net/opieftp/main.cpp b/noncore/net/opieftp/main.cpp new file mode 100644 index 0000000..28676e1 --- a/dev/null +++ b/noncore/net/opieftp/main.cpp @@ -0,0 +1,31 @@ + +/*************************************************************************** + main.cpp - description + ------------------- + begin : March 10, 2002 + copyright : (C) 2002 by llornkcor + 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. * + ***************************************************************************/ +#include +#include +#include +#include +#include + + + +#include "opieftp.h" + +int main(int argc, char *argv[]) +{ + QPEApplication a(argc, argv); + + OpieFtp opieftp; + a.showMainWidget( &opieftp); + return a.exec(); +} + -- cgit v0.9.0.2