Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
@ -273,7 +273,7 @@ void marshall( TQDataStream &arg, QCStringList args, uint &i, TQString type )
{
if( i >= args.count() )
tqWarning("Not enough arguments (expected %d, got %d).", i, args.count());
tqWarning("Not enough arguments (expected %u, got %lu).", i, args.count());
exit(1);
}
TQString s = TQString::fromLocal8Bit( args[ i ] );
@ -48,7 +48,7 @@ namespace TDEABC {
bool critical;
};
typedef enum Scope { Base, One, Sub };
enum Scope { Base, One, Sub };
/** Constructs an empty KLDAPUrl. */
LDAPUrl();