|
|
/*************************************************************************** utils.h - description ------------------- begin : Fri Dec 15 2000 copyright : (C) 2000 by Olaf3 email : merlim@libero.it ***************************************************************************/ /*************************************************************************** * * * 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. * * * ***************************************************************************/ #ifndef UTILS_H #define UTILS_H #define NAME "QTrans" #define VERSION "0.0.3" #define CONF ".qtrans/translate.conf" #include <fstream.h> #include <iostream.h> #include <string> #include <qstring.h> //int Configure(QString,string &, string &,bool &); QString str(string); QString str_2(string); QString tr_str(QString); #endif
Generated by: philipp@linux1 on Sun Jan 7 23:43:11 2001, using kdoc 2.0a36. |