File indexing completed on 2024-04-14 15:17:34

0001 /****************************************************************************
0002 *   Copyright (C) 2006-2018 by Michel Ludwig (michel.ludwig@kdemail.net)    *
0003 *****************************************************************************/
0004 
0005 /**************************************************************************
0006 *                                                                         *
0007 *   This program is free software; you can redistribute it and/or modify  *
0008 *   it under the terms of the GNU General Public License as published by  *
0009 *   the Free Software Foundation; either version 2 of the License, or     *
0010 *   (at your option) any later version.                                   *
0011 *                                                                         *
0012 ***************************************************************************/
0013 
0014 #ifndef KILECONSTANTS_H
0015 #define KILECONSTANTS_H
0016 
0017 namespace KileDocument {
0018 enum Type {Undefined, Text, LaTeX, BibTeX, Script};
0019 
0020 }
0021 
0022 #define LIST_SEPARATOR QDir::listSeparator()
0023 
0024 #endif