From 90825e2392b2d70e43c7a25b8a3752299a933894 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtjava/javalib/main.cpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 qtjava/javalib/main.cpp (limited to 'qtjava/javalib/main.cpp') diff --git a/qtjava/javalib/main.cpp b/qtjava/javalib/main.cpp new file mode 100644 index 00000000..e7d508bf --- /dev/null +++ b/qtjava/javalib/main.cpp @@ -0,0 +1,28 @@ +/*************************************************************************** + main.cpp - description + ------------------- + begin : Sat Nov 11 16:18:00 2000 + copyright : (C) 2000-2004 Lost Highway Ltd. All rights reserved. + email : Lost_Highway@tipitina.demon.co.uk + author : Richard Dale + ***************************************************************************/ + +/*************************************************************************** + * (C) 2000-2004 Lost Highway Ltd. All rights reserved. * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU Library General Public License as * + * published by the Free Software Foundation; either version 2 of the * + * License, or (at your option) any later version. * + * * + ***************************************************************************/ + +#include + +int +main(int argc, char * argv[]) { + (void) argc; + (void) argv; + (void) printf("Introducing Qt 3.2.3 Java...\n"); + return 0; +} -- cgit v1.2.3