]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/qt_i18n.h
Remove the .aux and .bbl files and update the citation labels
[lyx.git] / src / frontends / qt4 / qt_i18n.h
1 // -*- C++ -*-
2 /**
3  * \file qt_i18n.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Dekel Tsur
8  * \author Richard Heck
9  *
10  * Full author contact details are available in file CREDITS.
11  */
12
13 #ifndef QTI18N_H
14 #define QTI18N_H
15
16 class QString;
17
18 namespace lyx {
19
20 /**
21 * qt_ - i18nize string and convert to QString
22  *
23  * Use this in qt4/ instead of _()
24  */
25 QString const qt_(char const * str, const char * comment = 0);
26
27
28 } // namespace lyx
29
30 #endif // QTI18_H