/*************************************************************************** * Copyright (C) 2006 Nicolas Hadacek * * * * 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 GLOBAL_H #define GLOBAL_H #include # include # include # include # include # include "common/common/qflags.h" # define qMax TQMAX # define qMin TQMIN # include # define Q3Url TQUrl # include #if defined(NO_KDE) # include "tqt_config.h" # include "common/nokde/nokde_kurl.h" # include "common/nokde/nokde_klocale.h" # include "common/nokde/nokde_kaboutdata.h" # include "common/nokde/nokde_kcmdlineargs.h" #else # include "config.h" # include # include # include # include # include # include #endif #if defined(Q_OS_WIN) # include #endif #endif