replaced Q_UINT with quint

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@80 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-04-29 11:24:33 +00:00
parent 74c7b86a89
commit 580a8f357b
29 changed files with 478 additions and 429 deletions

View File

@@ -24,8 +24,9 @@
// Local Includes
#include "IniReader.h"
#include <qglobal.h>
#if defined(WIN32)
#if defined(Q_WS_WIN)
#define iniEOL endl
#else
#define iniEOL '\r' << endl