On Mon, Apr 01, 2002 at 08:07:45AM -0600, Jim Kaufman wrote:
> trolltech has come out with a version of qt that works in console
> mode.  slashdot has an reference to it.

Yes, this is definitely an April Fools joke:


[08:26:19] chad at cyan (515)$ less main.cpp 
/***************************************************************************
                          main.cpp  -  description
                             -------------------
    begin                : Sun Mar 31 19:34:03 CEST 2002
    copyright            : (C) 2002 by 
    email                : 
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   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.
 *   *
 *                                                                         *
 ***************************************************************************/

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <iostream.h>
#include <stdlib.h>

int main(int argc, char *argv[])
{
  cout << "Hello, World! It is April Fools :)" << endl;

  return EXIT_SUCCESS;
}


-- 
Chad Walstrom <chewie at wookimus.net>                 | a.k.a. ^chewie
http://www.wookimus.net/                            | s.k.a. gunnarr
Get my public key, ICQ#, etc. $(mailx -s 'get info' chewie at wookimus.net)