You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
piklab/src/common/global/global.h

46 lines
1.4 KiB

/***************************************************************************
* Copyright (C) 2006 Nicolas Hadacek <hadacek@kde.org> *
* *
* 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 <tqglobal.h>
# include <tqapplication.h>
# include <tqvaluelist.h>
# include <tqvaluevector.h>
# include <tqmemarray.h>
# include "common/common/qflags.h"
# define qMax TQMAX
# define qMin TQMIN
# include <tqurl.h>
# define Q3Url TQUrl
# include <tqguardedptr.h>
#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 <kapplication.h>
# include <klocale.h>
# include <kaboutdata.h>
# include <kcmdlineargs.h>
# include <ktempfile.h>
# include <tdeconfigbackend.h>
#endif
#if defined(Q_OS_WIN)
# include <windows.h>
#endif
#endif